summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jamrules4
-rw-r--r--Makefile.config8
2 files changed, 6 insertions, 6 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 ;
diff --git a/Makefile.config b/Makefile.config
index 4a82d7a8f..bb7e512a2 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")01
-HB_VERSION = 0.8.5s$(shell date "+%d")
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = 0.9.0s$(shell date "+%d")
else
-HB_BUILD = $(shell date "+%Y%m%d")01
-HB_VERSION = "0.8.5b1"
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = "0.9.0"
endif
HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
ifeq ($(HB_DEFPPC), RES0)