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
commit3781c15c1c3c035dfeab7d85ba95781ad25c9152 (patch)
tree6094edc1f6b8c65afc1277751af295c833c513bf
parent5c5ce28e1616c210ae9fbad9eed324c623de380c (diff)
parent8bda2043d7aabb9da4c90ccc7e5ba62d235ac6ef (diff)
downloadrabbitmq-server-3781c15c1c3c035dfeab7d85ba95781ad25c9152.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 d46b4348..f3cd2774 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)