diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c13b68da3a..567401e70b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2005-05-25 09:55 UTC+0300 Alexander Kresin + * include/hbver.h + * doc/whatsnew.txt + * harbour.spec + * Release info has been changed for release 45. + 2005-05-15 11:04 UTC+0300 Chen Kedem * doc/dirstruc.txt + Add oneliner description for: config/hpux diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 326966edf3..6165ba457f 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -3,7 +3,7 @@ */ ---------------------------------------------------------------------- -Version 0.45 Alpha Build 45 (????-??-??) +Version 0.45 Alpha Build 45 (2005-05-25) The compiler ------------ diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 44158109de..016ef744fb 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -53,7 +53,7 @@ %define name harbour %define dname Harbour -%define version 0.44.0 +%define version 0.45.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 c19c3b5ddc..e4c42bd794 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -62,12 +62,12 @@ /* 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 44 /* Minor version number */ +#define HB_VER_MINOR 45 /* 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 "2004-07-19 21:42 UTC+0300 Alexander Kresin " +#define HB_VER_LENTRY "2005-05-25 09:55 UTC+0300 Alexander Kresin " #define HB_VER_CHLCVS "ChangeLog,v 1.4670 2004/07/19 17:42:22 alkresin" /* TOFIX: The next three fields need to get updated automatically */