2007-12-11 23:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* source/compiler/hbusage.c
     * Year bumped to 2008.
This commit is contained in:
Viktor Szakats
2007-12-11 22:38:20 +00:00
parent 59ebbe7064
commit b0fcd569fe
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-12-11 23:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/compiler/hbusage.c
* Year bumped to 2008.
2007-12-11 16:05 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbgtcore.c
* formatting

View File

@@ -227,6 +227,6 @@ void hb_compPrintLogo( HB_COMP_DECL )
hb_compOutStd( HB_COMP_PARAM, szVer );
hb_compOutStd( HB_COMP_PARAM,
"\nCopyright (c) 1999-2007, http://www.harbour-project.org/\n" );
"\nCopyright (c) 1999-2008, http://www.harbour-project.org/\n" );
hb_xfree( szVer );
}