From fb76d31cbc272e2089c9ac46a3d70d18f21cddc1 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 30 Nov 2000 20:33:39 +0000 Subject: [PATCH] See ChangeLog entry 2000-11-30 15:30 UTC-0500 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 6a6d7ebfcb..9034c9e299 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-11-30 15:30 UTC-0500 David G. Holm + * include/hbver.h + % Bumped revision code to j and set date to 2000-11-30 for + a new set of interim builds that I'm going to release. + 2000-11-30 15:20 UTC-0500 David G. Holm * config/dos/bcc16.cf * config/dos/djgpp.cf diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 75188c18b8..5499e3026d 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -43,10 +43,10 @@ #endif #define HB_VER_MAJOR 0 /* Major version number */ #define HB_VER_MINOR 35 /* Minor version number */ -#define HB_VER_REVISION "i" /* Revision letter */ +#define HB_VER_REVISION "j" /* Revision letter */ #define HB_VER_BUILD 35 /* Build number */ #define HB_VER_YEAR 2000 /* Build year */ -#define HB_VER_MONTH 10 /* Build month */ -#define HB_VER_DAY 23 /* Build day */ +#define HB_VER_MONTH 11 /* Build month */ +#define HB_VER_DAY 30 /* Build day */ #endif /* HB_VER_H_ */