diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a1d1ed02c5..a1859fd70a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990718-18:05 CET Patrick Mast + * Release of Build #28 + * version.h, updated build version + 19990718-17:33 CET Patrick Mast * /source/rtl/errorsys.prg changed #include "include\error.ch" back into #include "error.ch" diff --git a/harbour/include/version.h b/harbour/include/version.h index 614bfd8a6f..6e9331d8af 100644 --- a/harbour/include/version.h +++ b/harbour/include/version.h @@ -29,6 +29,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit their web site at http://www.gnu.org/). + V 1.11 Patrick Mast Bumped build to 28 and updated date + for new public release. V 1.10 David G. Holm Added my email address. V 1.9 David G. Holm Added Copyright and License notice. Added version history. @@ -63,9 +65,9 @@ #define hb_major 0 /* Major version number */ #define hb_minor 0 /* Minor version number */ #define hb_revision "d" /* Revision letter */ - #define hb_build 27 /* Build number */ + #define hb_build 28 /* Build number */ #define hb_year 1999 /* Build year */ #define hb_month 7 /* Build month */ - #define hb_day 7 /* Build day */ + #define hb_day 18 /* Build day */ #endif /* HB_VER_H_ */