summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-01-05 13:34:34 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-01-05 13:34:34 +0000
commit96994162eef383c82b7f9e20e9d4af479699bee8 (patch)
treec12e37f0b3f57b9a61dee0652ede445950431d97 /Makefile
parenta3b1d5bd212786c38c9a957c071d7e7eb23f686b (diff)
parent50c0c2366998c452d6be39ec044b629ef314ad07 (diff)
downloadrabbitmq-server-git-96994162eef383c82b7f9e20e9d4af479699bee8.tar.gz
Merged bug24659 into default (2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c799b7f239..31c71dd44b 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)