From 2dde2177832d5fd22d057275e050feaa614ed21f Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 10 Oct 2000 20:37:05 +0000 Subject: [PATCH] See ChangeLog entry 2000-10-10 16:35 UTC-0400 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/include/hbver.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dbfa44dfd6..0dd4709ca3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-10-10 16:35 UTC-0400 David G. Holm + * include/hbver.h + % Bumped the revision code to "g" and the date to 2000-10-10 + for an interim build with the latest ADS RDD enhancements. + 2000-10-10 16:30 UTC-0400 David G. Holm * include/hberrors.h * source/pp/pplib.c diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 1785db92b4..fadd1bc4a1 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -38,10 +38,10 @@ #define HB_VER_MAJOR 0 /* Major version number */ #define HB_VER_MINOR 35 /* Minor version number */ -#define HB_VER_REVISION "f" /* Revision letter */ +#define HB_VER_REVISION "g" /* Revision letter */ #define HB_VER_BUILD 35 /* Build number */ #define HB_VER_YEAR 2000 /* Build year */ -#define HB_VER_MONTH 9 /* Build month */ -#define HB_VER_DAY 28 /* Build day */ +#define HB_VER_MONTH 10 /* Build month */ +#define HB_VER_DAY 10 /* Build day */ #endif /* HB_VER_H_ */