OSDN Git Service

Updates jam and make's HB_BUILD and HB_VERSION numbers for 0.9.2.
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 19 Feb 2008 16:26:43 +0000 (16:26 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 19 Feb 2008 16:26:43 +0000 (16:26 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1302 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules
Makefile.config

index 1e698ba..c489e43 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
     Exit "Please run ./configure first." ;
 }
 
-HB_VERSION  = 0.9.1 ;
-HB_BUILD    = 2007100800 ;
+HB_VERSION  = 0.9.2 ;
+HB_BUILD    = 2008021900 ;
 DEFINES    += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
 LANGUAGES   = fr de it pl ru nl es pt ja ;
 RM          = rm -rf ;
index 8b014f1..fa33765 100644 (file)
@@ -1,10 +1,10 @@
 SNAP = $(shell echo $$SNAPSHOT)
 ifeq ($(SNAP), 1)
 HB_BUILD = $(shell date "+%Y%m%d")00
-HB_VERSION = 0.9.1s$(shell date "+%d")
+HB_VERSION = 0.9.2s$(shell date "+%d")
 else
 HB_BUILD = $(shell date "+%Y%m%d")00
-HB_VERSION = "0.9.1"
+HB_VERSION = "0.9.2"
 endif
 HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
 ifeq ($(HB_DEFPPC), RES0)