See ChangeLog entry 2000-10-10 16:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-10-10 20:37:05 +00:00
parent 3a8bbe3486
commit 2dde217783
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-10-10 16:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* include/hbver.h
% Bumped the revision code to "g" and the date to 2000-10-10
for an interim build with the latest ADS RDD enhancements.
2000-10-10 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* include/hberrors.h
* source/pp/pplib.c

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 "f" /* Revision letter */
#define HB_VER_REVISION "g" /* 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 28 /* Build day */
#define HB_VER_MONTH 10 /* Build month */
#define HB_VER_DAY 10 /* Build day */
#endif /* HB_VER_H_ */