]> granicus.if.org Git - handbrake/commitdiff
For snapshots, don't use the normal HB_VERSION number at all, just "svn" and the...
authorjbrjake <jb.rubin@gmail.com>
Tue, 8 Apr 2008 04:52:46 +0000 (04:52 +0000)
committerjbrjake <jb.rubin@gmail.com>
Tue, 8 Apr 2008 04:52:46 +0000 (04:52 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1391 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules
Makefile.config

index 21254591ce50cb1e10f7591c5dde5a53d14295bb..7ba72a8bdac44d11c0ead8982edebab9bc8fd962 100644 (file)
--- 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
index a49dbe3407a8229cd6cd71b93662338861d66e0a..4ae9bccdc32c0c39934cdc406276bcd8c873fba5 100644 (file)
@@ -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)