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

This commit is contained in:
David G. Holm
2000-09-26 19:05:36 +00:00
parent a3bf67db12
commit bd02310511
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2000-09-26 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* include/hbver.h
% Bumped the revision code to "e" and the date to 2000-09-26
for another interim build with the latest ADS RDD fixes.
2000-09-26 15:05 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbcmd.c
* Added new function rddInsertAreaNode() for following using

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 "d" /* Revision letter */
#define HB_VER_REVISION "e" /* 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 21 /* Build day */
#define HB_VER_DAY 26 /* Build day */
#endif /* HB_VER_H_ */