OSDN Git Service

Getting the Jamrules and Makefile.config ready for the return of the update checker.
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 20 Apr 2007 16:34:08 +0000 (16:34 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 20 Apr 2007 16:34:08 +0000 (16:34 +0000)
- Ends HB_BUILD with an odd number, denoting an unstable (beta) build
- Updates HB_VERSION in Jamrules to 0.8.5b1
The LATEST file still needs to be iterated on the webserver, after which update checking can be switched on.

git-svn-id: svn://localhost/HandBrake/trunk@536 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules
Makefile.config

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