ChangeLog 20000202-16:40 GMT+1

This commit is contained in:
Ryszard Glab
2000-02-02 15:25:40 +00:00
parent 1f58081a99
commit cf6da0b9c3
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
20000202-16:40 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*include/hbver.c
* fixed version and revision numbers
20000202-13:50 GMT+1 Patrick Mast <harbour@PatrickMast.com>
* include/hbver.c
* Updated to version 31a

View File

@@ -87,8 +87,8 @@ extern int hb_day;
#define hb_major 0 /* Major version number */
#define hb_minor 0 /* Minor version number */
#define hb_revision "" /* Revision letter */
#define hb_build 31a /* Build number */
#define hb_revision "a" /* Revision letter */
#define hb_build 31 /* Build number */
#define hb_year 2000 /* Build year */
#define hb_month 02 /* Build month */
#define hb_day 02 /* Build day */