2008-07-05 01:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbver.h
     ! Typo in comment.
This commit is contained in:
Viktor Szakats
2008-07-05 00:00:40 +00:00
parent c648be0a8e
commit 059883e598
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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()

View File

@@ -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_ */