diff options
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config index 7cdf1dc1f..e247d6491 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.8.0s$(shell date "+%d") +HB_VERSION = 0.8.5s$(shell date "+%d") else HB_BUILD = $(shell date "+%Y%m%d")00 -HB_VERSION = "0.8.0b2" +HB_VERSION = "0.8.5b1" endif HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?) ifeq ($(HB_DEFPPC), RES0) |