From cf6da0b9c3bd58baa76a1d98e9415bb2fbf942ac Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Wed, 2 Feb 2000 15:25:40 +0000 Subject: [PATCH] ChangeLog 20000202-16:40 GMT+1 --- harbour/ChangeLog | 4 ++++ harbour/include/hbver.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ca7c067f06..f01dcb2c60 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000202-16:40 GMT+1 Ryszard Glab + *include/hbver.c + * fixed version and revision numbers + 20000202-13:50 GMT+1 Patrick Mast * include/hbver.c * Updated to version 31a diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index fe2ab46902..ded980f6cb 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -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 */