2003-09-26 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-09-26 18:08:39 +00:00
parent 18f06555ee
commit e93f43c355
3 changed files with 10 additions and 4 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-09-26 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* 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 <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
! Bug fixed in ntxSeek(), reported by Przemyslaw Czerpak -

View File

@@ -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 <alex@belacy.belgorod.su>"
#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 <alex@belacy.belgorod.su>"
#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 ""

View File

@@ -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" );
}