From a511f9fdfce7da4b0677ddb965dd66f6dc1dfb31 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 28 Sep 2000 17:49:23 +0000 Subject: [PATCH] See ChangeLog entry 2000-09-28 13:45 UTC-0400 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/include/hbver.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c687791038..48d127cf78 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 13:45 UTC-0400 David G. Holm + * include/hbver.h + % Bumped the revision code to "f" and the date to 2000-09-28 + for an interim build with the latest ADS RDD enhancements. + 2000-09-28 14:20 GMT+3 Alexander Kresin * include/hbapirdd.h * contrib/rdd_ads/rddads.h diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 64719624b5..1785db92b4 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 "e" /* Revision letter */ +#define HB_VER_REVISION "f" /* 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 26 /* Build day */ +#define HB_VER_DAY 28 /* Build day */ #endif /* HB_VER_H_ */