From cce682f7f9dee8fac63fe22cc3f09d395cc95db0 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 20 Sep 2000 19:38:43 +0000 Subject: [PATCH] ChangeLog entry 2000-09-20 15:30 UTC-0400 David G. Holm --- harbour/ChangeLog | 6 ++++++ harbour/include/hbver.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 42f09b142a..1d05402faf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-09-20 15:30 UTC-0400 David G. Holm + + * include/hbver.h + * Bumped revision to "c" and date to 2000-09-20 for + an interim release with the ADS RDD indexing fix. + 2000-09-20 11:20 UTC+0800 Brian Hays * source\rdd\dbf1.c !removed reference to unknown pItem in HB_TRACE for hb_dbfUnlockAllRecords diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 201eba2f53..f873135d7c 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 "b" /* Revision letter */ +#define HB_VER_REVISION "c" /* 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 15 /* Build day */ +#define HB_VER_DAY 20 /* Build day */ #endif /* HB_VER_H_ */