From bb4cf0ac8e5d63352b3e9a30df316156e22a7ebf Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Fri, 18 Jun 1999 22:22:59 +0000 Subject: [PATCH] Build 27 --- harbour/ChangeLog | 4 ++++ harbour/include/version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 203b05bdfc..a2dd4040f3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990618-23:17 CET Patrick Mast + * Release of Build #27 + * version.h, updated build version + 19990618-19:39 CET Patrick Mast * tests\working\hscript\bld32exe.bat changed line 17 : echo ..\runner.obj >> b32.bc diff --git a/harbour/include/version.h b/harbour/include/version.h index 589055d311..8648a8f3ef 100644 --- a/harbour/include/version.h +++ b/harbour/include/version.h @@ -18,9 +18,9 @@ #define hb_major 0 /* Major version number */ #define hb_minor 0 /* Minor version number */ #define hb_revision "b" /* Revision letter */ - #define hb_build 26 /* Build number */ + #define hb_build 27 /* Build number */ #define hb_year 1999 /* Build year */ #define hb_month 6 /* Build month */ - #define hb_day 12 /* Build day */ + #define hb_day 18 /* Build day */ #endif /* VERSION_H_ */