]> granicus.if.org Git - handbrake/commitdiff
Bump HB_VERSION to 0.8.5b1 for regular builds, 0.8.5s for snapshot builds
authorjbrjake <jb.rubin@gmail.com>
Sat, 14 Apr 2007 17:49:24 +0000 (17:49 +0000)
committerjbrjake <jb.rubin@gmail.com>
Sat, 14 Apr 2007 17:49:24 +0000 (17:49 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@507 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile.config

index 7cdf1dc1f8e5e286389570bb885b73bf7423ba96..e247d6491ef88461e4e8af8ea400fad30d2a9d6f 100644 (file)
@@ -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)