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