summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 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