This commit is contained in:
Patrick Mast
1999-06-18 22:22:59 +00:00
parent ed04524c13
commit bb4cf0ac8e
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
19990618-23:17 CET Patrick Mast
* Release of Build #27
* version.h, updated build version
19990618-19:39 CET Patrick Mast
* tests\working\hscript\bld32exe.bat
changed line 17 : echo ..\runner.obj >> b32.bc

View File

@@ -18,9 +18,9 @@
#define hb_major 0 /* Major version number */
#define hb_minor 0 /* Minor version number */
#define hb_revision "b" /* Revision letter */
#define hb_build 26 /* Build number */
#define hb_build 27 /* Build number */
#define hb_year 1999 /* Build year */
#define hb_month 6 /* Build month */
#define hb_day 12 /* Build day */
#define hb_day 18 /* Build day */
#endif /* VERSION_H_ */