]> granicus.if.org Git - handbrake/commitdiff
Increments the variables HB_BUILD and HB_VERSION, in preparation for tagging. I think...
authorjbrjake <jb.rubin@gmail.com>
Sun, 19 Aug 2007 01:57:25 +0000 (01:57 +0000)
committerjbrjake <jb.rubin@gmail.com>
Sun, 19 Aug 2007 01:57:25 +0000 (01:57 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@830 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules
Makefile.config

index e96fe5c76d32a4a5f1094dd96fe17741ab5689dc..e04828c497bc7db48e50be8c7d3c5f480f7ef7cc 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
     Exit "Please run ./configure first." ;
 }
 
-HB_VERSION  = 0.8.5b1 ;
-HB_BUILD    = 2007042001 ;
+HB_VERSION  = 0.9.0 ;
+HB_BUILD    = 2007081900 ;
 DEFINES    += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
 LANGUAGES   = fr de it pl ru nl es pt ja ;
 RM          = rm -rf ;
index 4a82d7a8f01bac3d1ec66cbc2b210983a934c8ea..bb7e512a26ef37456211c6b9ef1897dab4a89890 100644 (file)
@@ -1,10 +1,10 @@
 SNAP = $(shell echo $$SNAPSHOT)
 ifeq ($(SNAP), 1)
-HB_BUILD = $(shell date "+%Y%m%d")01
-HB_VERSION = 0.8.5s$(shell date "+%d")
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = 0.9.0s$(shell date "+%d")
 else
-HB_BUILD = $(shell date "+%Y%m%d")01
-HB_VERSION = "0.8.5b1"
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = "0.9.0"
 endif
 HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
 ifeq ($(HB_DEFPPC), RES0)