summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-31 17:19:43 +0000
committerjbrjake <[email protected]>2007-08-31 17:19:43 +0000
commit8efcf8416777616d8bb5aaf26e1d6f7e40f0a3a7 (patch)
tree853fa8728818c1e7403f00d94f2a43fb0fbf74bf
parent0d02d82fd65dd264f60cbfaeb4d43af5908e30ab (diff)
Bumps version number for upcoming release of 0.9.1. Note: still needs to be done in XCode for Mac builds.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@914 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 e04828c49..e0816a4a8 100644
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
Exit "Please run ./configure first." ;
}
-HB_VERSION = 0.9.0 ;
-HB_BUILD = 2007081900 ;
+HB_VERSION = 0.9.1 ;
+HB_BUILD = 2007083100 ;
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 bb7e512a2..8b014f17d 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.0s$(shell date "+%d")
+HB_VERSION = 0.9.1s$(shell date "+%d")
else
HB_BUILD = $(shell date "+%Y%m%d")00
-HB_VERSION = "0.9.0"
+HB_VERSION = "0.9.1"
endif
HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
ifeq ($(HB_DEFPPC), RES0)