2001-06-26 20:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-06-26 16:47:53 +00:00
parent 3c75049ccc
commit b3119cafb9
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2001-06-26 20:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* /include/hbver.h
* Changed build number to 0.37, build month and day
2001-06-26 08:00 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
+utils/hbmake/Makefile
*Readded this file after CVS repository clean up

View File

@@ -59,11 +59,11 @@
#define HB_VER_LEX "Flex"
#endif
#define HB_VER_MAJOR 0 /* Major version number */
#define HB_VER_MINOR 36 /* Minor version number */
#define HB_VER_MINOR 37 /* Minor version number */
#define HB_VER_REVISION " " /* Revision letter */
#define HB_VER_BUILD 36 /* Build number */
#define HB_VER_BUILD 37 /* Build number */
#define HB_VER_YEAR 2001 /* Build year */
#define HB_VER_MONTH 02 /* Build month */
#define HB_VER_DAY 20 /* Build day */
#define HB_VER_MONTH 06 /* Build month */
#define HB_VER_DAY 26 /* Build day */
#endif /* HB_VER_H_ */