summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-02-19 16:26:43 +0000
committerjbrjake <[email protected]>2008-02-19 16:26:43 +0000
commit5c053cf9e8de539ae83e18a2b8e1d2a7b5a0b905 (patch)
treef3cb7835cd9413038c5166758e72bb5fc841bc88
parent842ebe90d5eb90177725b76c17a56fe738c09dad (diff)
Updates jam and make's HB_BUILD and HB_VERSION numbers for 0.9.2.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1302 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--Jamrules4
-rw-r--r--Makefile.config4
2 files changed, 4 insertions, 4 deletions
diff --git a/Jamrules b/Jamrules
index 1e698ba2a..c489e437d 100644
--- 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 ;
diff --git a/Makefile.config b/Makefile.config
index 8b014f17d..fa337658e 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -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)