summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jamrules2
-rw-r--r--Makefile.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index 21254591c..7ba72a8bd 100644
--- a/Jamrules
+++ b/Jamrules
@@ -19,7 +19,7 @@ HB_VERSION = 0.9.3 ;
# the svn revision and are marked as unstable.
if $(SNAPSHOT) = 1
{
-HB_VERSION = "$(HB_VERSION)svn$(SVN_REV)" ;
+HB_VERSION = "svn$(SVN_REV)" ;
HB_BUILD = "$(BUILD_DATE)01" ;
}
else
diff --git a/Makefile.config b/Makefile.config
index a49dbe340..4ae9bccdc 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -8,7 +8,7 @@ HB_BUILD = $(shell date "+%Y%m%d")00
SNAP_HB_BUILD = $(shell date "+%Y%m%d")01
# For snapshots add the svn revision number to the HB_VERSION
-SNAP_HB_VERSION = $(HB_VERSION)svn$(shell svnversion)
+SNAP_HB_VERSION = svn$(shell svnversion)
# The working path is needed for editing the MacGui .plist
FULL_PATH = $(shell pwd)