From 2cbb36a1ae00f97c9359f68cb7b9fce9d4e6c035 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 20 Apr 2007 16:34:08 +0000 Subject: Getting the Jamrules and Makefile.config ready for the return of the update checker. - 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://svn.handbrake.fr/HandBrake/trunk@536 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index e247d6491..4a82d7a8f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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$$?) -- cgit v1.2.3