See ChangeLog entry 2000-11-30 15:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-11-30 20:33:39 +00:00
parent 01f0b28525
commit fb76d31cbc
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-11-30 15:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>
* include/hbver.h
% Bumped revision code to j and set date to 2000-11-30 for
a new set of interim builds that I'm going to release.
2000-11-30 15:20 UTC-0500 David G. Holm <dholm@jsd-llc.com>
* config/dos/bcc16.cf
* config/dos/djgpp.cf

View File

@@ -43,10 +43,10 @@
#endif
#define HB_VER_MAJOR 0 /* Major version number */
#define HB_VER_MINOR 35 /* Minor version number */
#define HB_VER_REVISION "i" /* Revision letter */
#define HB_VER_REVISION "j" /* Revision letter */
#define HB_VER_BUILD 35 /* Build number */
#define HB_VER_YEAR 2000 /* Build year */
#define HB_VER_MONTH 10 /* Build month */
#define HB_VER_DAY 23 /* Build day */
#define HB_VER_MONTH 11 /* Build month */
#define HB_VER_DAY 30 /* Build day */
#endif /* HB_VER_H_ */