From e93f43c3550fc5aba9baa20820c549a6f99e1922 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Fri, 26 Sep 2003 18:08:39 +0000 Subject: [PATCH] 2003-09-26 22:10 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 6 ++++++ harbour/include/hbver.h | 6 +++--- harbour/source/compiler/hbusage.c | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3fc7524ef7..d150030467 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-09-26 22:10 UTC+0300 Alexander Kresin + * source/compiler/hbusage.c + ! Year has been changed in copyright statement ( 2003 instead of 2002 ). + * include/hbver.h + * Release info has been changed. + 2003-09-26 09:18 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed in ntxSeek(), reported by Przemyslaw Czerpak - diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 916c4f750f..6283668c21 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -59,14 +59,14 @@ #define HB_VER_LEX "Flex" #endif #define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 42 /* Minor version number */ +#define HB_VER_MINOR 43 /* Minor version number */ #define HB_VER_REVISION 0 /* Revision number */ /* TOFIX: Ideally these should be generated dynamically, until then, they should be updated by the builder. [vszakats] */ -#define HB_VER_LENTRY "2003-04-04 11:20 UTC+0300 Alexander Kresin " -#define HB_VER_CHLCVS "ChangeLog,v 1.4337 2003/04/04 07:17:58 alkresin" +#define HB_VER_LENTRY "2003-09-26 09:18 UTC+0300 Alexander Kresin " +#define HB_VER_CHLCVS "ChangeLog,v 1.4484 2003/09/26 05:15:49 alkresin" #define HB_VER_C_USR "" #define HB_VER_L_USR "" #define HB_VER_PRG_USR "" diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index c7ca7a3d34..87a52cd36c 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -185,5 +185,5 @@ void hb_compPrintLogo( void ) { printf( "Harbour Compiler Alpha build %d.%d (%s)\n", HB_VER_MINOR, HB_VER_REVISION, HB_VER_LEX ); - printf( "Copyright 1999-2002, http://www.harbour-project.org/\n" ); + printf( "Copyright 1999-2003, http://www.harbour-project.org/\n" ); }