summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-04-08 04:52:46 +0000
committerjbrjake <[email protected]>2008-04-08 04:52:46 +0000
commit0c600a71e35d7e2eada36cb55dc4b57c62b18f1a (patch)
tree263653f6b7e5f8ba5598d51ed482b5eb3fe2073a /Jamrules
parente009f2d3ebf27b8196b1ea5bd0545d49fab13274 (diff)
For snapshots, don't use the normal HB_VERSION number at all, just "svn" and the revision number.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1391 b64f7644-9d1e-0410-96f1-a4d463321fa5
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