From b0fcd569fef875bbd33ea1401280a42604387e6d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 11 Dec 2007 22:38:20 +0000 Subject: [PATCH] 2007-12-11 23:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/compiler/hbusage.c * Year bumped to 2008. --- harbour/ChangeLog | 4 ++++ harbour/source/compiler/hbusage.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 195baab766..b1118543cb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index b787236a0e..6b894b37f1 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -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 ); }