Changeset 188 for trunk/include/version.h
- Timestamp:
- Nov 7, 2017, 7:12:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/version.h
r182 r188 18 18 19 19 20 20 21 /* 21 // OS/2 BLDLEVEL Information .22 // OS/2 BLDLEVEL Information 22 23 */ 23 24 … … 32 33 #endif 33 34 35 // Build language 36 #define BLDLVL_LANGUAGE "EN" 37 38 39 // Release and TestBuild variants 40 #ifdef RELEASE 41 42 // Version 43 #define BLDLVL_MAJOR_VERSION "1" 44 #define BLDLVL_MIDDLE_VERSION "1" 45 #define BLDLVL_MINOR_VERSION "2" 46 47 // Build date 48 #define BLDLVL_YEAR "2017" 49 #define BLDLVL_MONTH "04" 50 #define BLDLVL_DAY "13" 51 52 // Build time 53 #define BLDLVL_HOURS "01" 54 #define BLDLVL_MINUTES "01" 55 #define BLDLVL_SECONDS "02" 56 57 #else 58 34 59 // Version 35 60 #define BLDLVL_MAJOR_VERSION "1" … … 43 68 44 69 // Build time 45 //~ #define BLDLVL_HOURS "01"46 //~ #define BLDLVL_MINUTES "01"47 //~ #define BLDLVL_SECONDS "00"48 70 #define BLDLVL_HOURS "23" 49 71 #define BLDLVL_MINUTES "59" 50 72 #define BLDLVL_SECONDS "59" 51 73 52 // Build language 53 #define BLDLVL_LANGUAGE "EN" 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.