ChangeLog entry 2000-09-20 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-09-20 19:38:43 +00:00
parent 810034c081
commit cce682f7f9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2000-09-20 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* include/hbver.h
* Bumped revision to "c" and date to 2000-09-20 for
an interim release with the ADS RDD indexing fix.
2000-09-20 11:20 UTC+0800 Brian Hays <bhays@abacuslaw.com>
* source\rdd\dbf1.c
!removed reference to unknown pItem in HB_TRACE for hb_dbfUnlockAllRecords

View File

@@ -38,10 +38,10 @@
#define HB_VER_MAJOR 0 /* Major version number */
#define HB_VER_MINOR 35 /* Minor version number */
#define HB_VER_REVISION "b" /* Revision letter */
#define HB_VER_REVISION "c" /* Revision letter */
#define HB_VER_BUILD 35 /* Build number */
#define HB_VER_YEAR 2000 /* Build year */
#define HB_VER_MONTH 9 /* Build month */
#define HB_VER_DAY 15 /* Build day */
#define HB_VER_DAY 20 /* Build day */
#endif /* HB_VER_H_ */