From 84670154bf864952aed409231c6e58efe4e83ef3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Sep 2009 09:11:29 +0000 Subject: [PATCH] 2009-09-06 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * harbour-win-spec * harbour-wce-spec * harbour.spec * include/hbver.h * config/global.mk * Changed version to 2.0.0beta3 (from 2.0.0beta2) --- harbour/ChangeLog | 8 ++++++++ harbour/config/global.mk | 4 ++-- harbour/harbour-wce-spec | 2 +- harbour/harbour-win-spec | 2 +- harbour/harbour.spec | 2 +- harbour/include/hbver.h | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c92f451ea3..3b8ef3ded9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-06 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * harbour-win-spec + * harbour-wce-spec + * harbour.spec + * include/hbver.h + * config/global.mk + * Changed version to 2.0.0beta3 (from 2.0.0beta2) + 2009-09-06 10:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Readded lib grouping by default for all targets which diff --git a/harbour/config/global.mk b/harbour/config/global.mk index b11ea01e5c..f9f7a116df 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -33,8 +33,8 @@ GLOBAL_MK_ := yes HB_VER_MAJOR := 2 HB_VER_MINOR := 0 HB_VER_RELEASE := 0 -HB_VER_STATUS := beta2 -HB_VER_STATUS_SH := b2 +HB_VER_STATUS := beta3 +HB_VER_STATUS_SH := b3 # Arbitrary pattern which we do not expect to occur in real-world path names substpat := !@!@ diff --git a/harbour/harbour-wce-spec b/harbour/harbour-wce-spec index a7db7c5cbb..5f9d9c8ff3 100644 --- a/harbour/harbour-wce-spec +++ b/harbour/harbour-wce-spec @@ -26,7 +26,7 @@ %define name harbour-wce %define version 2.0.0 -%define releasen beta2 +%define releasen beta3 %define hb_pref hbwce %define hb_ccpath /opt/mingw32ce/bin %define hb_ccpref arm-wince-mingw32ce- diff --git a/harbour/harbour-win-spec b/harbour/harbour-win-spec index 06115942a3..ce862eb04f 100644 --- a/harbour/harbour-win-spec +++ b/harbour/harbour-win-spec @@ -26,7 +26,7 @@ %define name harbour-win %define version 2.0.0 -%define releasen beta2 +%define releasen beta3 %define hb_pref hbw %define hb_ccpath /opt/xmingw/bin %define hb_ccpref i386-mingw- diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 8268655499..22d2ea0269 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -67,7 +67,7 @@ %define name harbour %define dname Harbour %define version 2.0.0 -%define releasen beta2 +%define releasen beta3 %define hb_pref hb %define hb_plat export HB_PLATFORM=linux %define hb_cc export HB_COMPILER=gcc diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index c034cf4d78..f145d706b5 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -62,7 +62,7 @@ #define HB_VER_MAJOR 2 /* Major version number */ #define HB_VER_MINOR 0 /* Minor version number */ #define HB_VER_RELEASE 0 /* Release number */ -#define HB_VER_STATUS "beta2" /* Build status */ +#define HB_VER_STATUS "beta3" /* Build status */ #define __HARBOUR__ 0x020000 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */ #endif /* HB_VER_H_ */