From b3119cafb90ab32cb8fc773db615529aaea3fce7 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Tue, 26 Jun 2001 16:47:53 +0000 Subject: [PATCH] 2001-06-26 20:45 GMT+3 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/include/hbver.h | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cb50ef3499..b88c5bb07e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-06-26 20:45 GMT+3 Alexander Kresin + * /include/hbver.h + * Changed build number to 0.37, build month and day + 2001-06-26 08:00 GMT -3 Luiz Rafael Culik +utils/hbmake/Makefile *Readded this file after CVS repository clean up diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 081a1be711..7a5bf9711d 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -59,11 +59,11 @@ #define HB_VER_LEX "Flex" #endif #define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 36 /* Minor version number */ +#define HB_VER_MINOR 37 /* Minor version number */ #define HB_VER_REVISION " " /* Revision letter */ -#define HB_VER_BUILD 36 /* Build number */ +#define HB_VER_BUILD 37 /* Build number */ #define HB_VER_YEAR 2001 /* Build year */ -#define HB_VER_MONTH 02 /* Build month */ -#define HB_VER_DAY 20 /* Build day */ +#define HB_VER_MONTH 06 /* Build month */ +#define HB_VER_DAY 26 /* Build day */ #endif /* HB_VER_H_ */