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
This commit is contained in:
Przemyslaw Czerpak
2007-01-09 15:15:42 +00:00
parent fe34def396
commit 9ec0932f6d
3 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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

View File

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