From 8efcf8416777616d8bb5aaf26e1d6f7e40f0a3a7 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 31 Aug 2007 17:19:43 +0000 Subject: 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 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.config') 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) -- cgit v1.2.3