summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-01-05 13:34:17 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-01-05 13:34:17 +0000
commit50c0c2366998c452d6be39ec044b629ef314ad07 (patch)
tree6094edc1f6b8c65afc1277751af295c833c513bf
parentad27eeaed184e37c6dd79605b3b1c999a8fc77d1 (diff)
parentf71e5e4b61bdfd216124d5da49140f4cde5c3a12 (diff)
downloadrabbitmq-server-git-50c0c2366998c452d6be39ec044b629ef314ad07.tar.gz
Merged bug24659 into default (1)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d46b43489b..f3cd277430 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests
ERLC_OPTS=-I $(INCLUDE_DIR) -o $(EBIN_DIR) -Wall -v +debug_info $(call boolean_macro,$(USE_SPECS),use_specs) $(call boolean_macro,$(USE_PROPER_QC),use_proper_qc)
-VERSION=0.0.0
+VERSION?=0.0.0
PLUGINS_SRC_DIR?=$(shell [ -d "plugins-src" ] && echo "plugins-src" || echo )
PLUGINS_DIR=plugins
TARBALL_NAME=rabbitmq-server-$(VERSION)