diff options
author | jbrjake <[email protected]> | 2007-04-14 17:49:24 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-04-14 17:49:24 +0000 |
commit | 73c8d09e51695e5a12cfca5354391fc264a21e28 (patch) | |
tree | 9afc2f6e1b504424df41b273f956eb6707128006 /Makefile.config | |
parent | fe3e8e714bbfcd8781b5a22eb49452358fbcecef (diff) |
Bump HB_VERSION to 0.8.5b1 for regular builds, 0.8.5s for snapshot builds
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@507 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config index 7cdf1dc1f..e247d6491 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,10 +1,10 @@ SNAP = $(shell echo $$SNAPSHOT) ifeq ($(SNAP), 1) HB_BUILD = $(shell date "+%Y%m%d")00 -HB_VERSION = 0.8.0s$(shell date "+%d") +HB_VERSION = 0.8.5s$(shell date "+%d") else HB_BUILD = $(shell date "+%Y%m%d")00 -HB_VERSION = "0.8.0b2" +HB_VERSION = "0.8.5b1" endif HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?) ifeq ($(HB_DEFPPC), RES0) |