From d202ce1b75469339145b89a5ed2e69a664bd2938 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Dec 2009 22:16:45 +0000 Subject: [PATCH] 2009-12-22 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * harbour-win-spec * harbour-wce-spec * harbour.spec * include/hbver.h * config/global.mk * Changed version to interim version number 2.0.1dev (from 2.0.0) --- harbour/ChangeLog | 9 +++++++++ harbour/config/global.mk | 11 ++++++----- harbour/harbour-wce-spec | 4 ++-- harbour/harbour-win-spec | 4 ++-- harbour/harbour.spec | 4 ++-- harbour/include/hbver.h | 6 +++--- 6 files changed, 24 insertions(+), 14 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 14c6625fd8..6766fe8afb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-22 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * harbour-win-spec + * harbour-wce-spec + * harbour.spec + * include/hbver.h + * config/global.mk + * Changed version to interim version number + 2.0.1dev (from 2.0.0) + 2009-12-22 23:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * doc/whatsnew.txt ! Fixed date of 2.0.0 release. diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 7c1db259a2..52b257b3c3 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -34,11 +34,12 @@ GLOBAL_MK_ := yes HB_VER_MAJOR := 2 HB_VER_MINOR := 0 -HB_VER_RELEASE := 0 -# Status (alpha1, alpha2, beta1, beta2, rc1, rc2, empty for final) -HB_VER_STATUS := -# Short status (a1, a2, b1, b2, r1, r2, MINOR+RELEASE for final) -HB_VER_STATUS_SH := $(HB_VER_MINOR)$(HB_VER_RELEASE) +HB_VER_RELEASE := 1 +# Status (dev, alpha1, alpha2, beta1, beta2, rc1, rc2, empty for final) +HB_VER_STATUS := dev +# Short status (d, a1, a2, b1, b2, r1, r2, MINOR+RELEASE for final) +# HB_VER_STATUS_SH := $(HB_VER_MINOR)$(HB_VER_RELEASE) +HB_VER_STATUS_SH := d # 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 bee8d587b3..1cfe67835c 100644 --- a/harbour/harbour-wce-spec +++ b/harbour/harbour-wce-spec @@ -14,8 +14,8 @@ ###################################################################### %define name harbour-wce -%define version 2.0.0 -%define releasen 0 +%define version 2.0.1 +%define releasen dev %define hb_pref hbce %define hb_host www.harbour-project.org %define readme README.RPM diff --git a/harbour/harbour-win-spec b/harbour/harbour-win-spec index 7bdf62404f..fed9ea4644 100644 --- a/harbour/harbour-win-spec +++ b/harbour/harbour-win-spec @@ -14,8 +14,8 @@ ###################################################################### %define name harbour-win -%define version 2.0.0 -%define releasen 0 +%define version 2.0.1 +%define releasen dev %define hb_pref hbw %define hb_host www.harbour-project.org %define readme README.RPM diff --git a/harbour/harbour.spec b/harbour/harbour.spec index f37ab65d0e..f4c8405b59 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -46,8 +46,8 @@ %define name harbour %define dname Harbour -%define version 2.0.0 -%define releasen 0 +%define version 2.0.1 +%define releasen dev %define hb_pref hb %define hb_etcdir /etc/%{name} %define hb_plat export HB_PLATFORM=linux diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 7209c7d51d..3833187a5c 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -61,8 +61,8 @@ #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 "" /* Build status (all lowercase) */ -#define __HARBOUR__ 0x020000 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */ +#define HB_VER_RELEASE 1 /* Release number */ +#define HB_VER_STATUS "dev" /* Build status (all lowercase) */ +#define __HARBOUR__ 0x020001 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */ #endif /* HB_VER_H_ */