From 059883e598c6dce5fd4b323804ba1da97d8865d2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Jul 2008 00:00:40 +0000 Subject: [PATCH] 2008-07-05 01:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbver.h ! Typo in comment. --- harbour/ChangeLog | 4 ++++ harbour/include/hbver.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3abf4298f7..4190c098e3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-05 01:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * include/hbver.h + ! Typo in comment. + 2008-07-05 01:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c ! Typo: hb_free() -> hb_xfree() diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index b556d17b70..69cdca7a46 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -65,6 +65,6 @@ #define HB_VER_MINOR 0 /* Minor version number */ #define HB_VER_REVISION 0 /* Revision number */ #define HB_VER_STATUS "rc2" /* Build status */ -#define __HARBOUR__ 0x010000 /* Two bytes: Major + Minor + Revision. This is recommented for 3rd party .c and .prg level code. */ +#define __HARBOUR__ 0x010000 /* Three bytes: Major + Minor + Revision. This is recommented for 3rd party .c and .prg level code. */ #endif /* HB_VER_H_ */