diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 216aa66d07..2c70cbd03f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-01-09 16:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/harbour.spec + * harbour/include/hbver.h + * updated version number to 1.1.0 + 2007-01-09 15:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog + harbour/ChangeLog.017 diff --git a/harbour/harbour.spec b/harbour/harbour.spec index aeb0aebdfc..2c996ed394 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -56,7 +56,7 @@ %define name harbour %define dname Harbour -%define version 0.47.0 +%define version 1.1.0 %define releasen 0 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 967938abaa..6c68a88a5a 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -55,14 +55,14 @@ /* NOTE: One of these next three fields can be incremented by the hbverfix program */ -#define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 47 /* Minor version number */ +#define HB_VER_MAJOR 1 /* Major version number */ +#define HB_VER_MINOR 1 /* Minor version number */ #define HB_VER_REVISION 0 /* Revision number */ /* NOTE: The next two fields are automatically updated by the hbverfix program */ -#define HB_VER_LENTRY "2007-01-09 15:34 UTC+0100 Przemyslaw Czerpak" -#define HB_VER_CHLCVS "ChangeLog,v 1.5168 2007/01/09 14:34:33 druzus" +#define HB_VER_LENTRY "2007-01-09 16:10 UTC+0100 Przemyslaw Czerpak" +#define HB_VER_CHLCVS "ChangeLog,v 1.5169 2007/01/09 15:11:31" /* TOFIX: The next three fields need to get updated automatically */