diff options
author | jbrjake <[email protected]> | 2008-04-08 04:52:46 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-04-08 04:52:46 +0000 |
commit | 0c600a71e35d7e2eada36cb55dc4b57c62b18f1a (patch) | |
tree | 263653f6b7e5f8ba5598d51ed482b5eb3fe2073a /Makefile.config | |
parent | e009f2d3ebf27b8196b1ea5bd0545d49fab13274 (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 'Makefile.config')
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
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) |