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_ */