summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-19 01:57:25 +0000
committerjbrjake <[email protected]>2007-08-19 01:57:25 +0000
commit27d687051da255d056ef0d77345e01d11c3cd815 (patch)
treeab51c610f2d7ed127de8f31a1db4eb931c86e1b1 /Jamrules
parent033c41b8237c3302b4175fbf7cdb8f8e74a87442 (diff)
Increments the variables HB_BUILD and HB_VERSION, in preparation for tagging. I think more needs to be done in XCode for the MacGui side of things.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@830 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index e96fe5c76..e04828c49 100644
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
Exit "Please run ./configure first." ;
}
-HB_VERSION = 0.8.5b1 ;
-HB_BUILD = 2007042001 ;
+HB_VERSION = 0.9.0 ;
+HB_BUILD = 2007081900 ;
DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
LANGUAGES = fr de it pl ru nl es pt ja ;
RM = rm -rf ;