Changeset 229 for trunk/include/version.h
- Timestamp:
- Jul 7, 2018, 9:09:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/version.h
r222 r229 43 43 #define BLDLVL_MAJOR_VERSION "1" 44 44 #define BLDLVL_MIDDLE_VERSION "1" 45 #define BLDLVL_MINOR_VERSION " 4"45 #define BLDLVL_MINOR_VERSION "6" 46 46 47 47 // Build date 48 #define BLDLVL_YEAR "201 7"49 #define BLDLVL_MONTH " 11"50 #define BLDLVL_DAY " 09"48 #define BLDLVL_YEAR "2018" 49 #define BLDLVL_MONTH "??" 50 #define BLDLVL_DAY "??" 51 51 52 52 // Build time 53 53 #define BLDLVL_HOURS "01" 54 54 #define BLDLVL_MINUTES "01" 55 #define BLDLVL_SECONDS "0 4"55 #define BLDLVL_SECONDS "06" 56 56 57 57 #else … … 60 60 #define BLDLVL_MAJOR_VERSION "1" 61 61 #define BLDLVL_MIDDLE_VERSION "1" 62 #define BLDLVL_MINOR_VERSION " 3"62 #define BLDLVL_MINOR_VERSION "5" 63 63 64 64 // Build date 65 #define BLDLVL_YEAR "201 7"66 #define BLDLVL_MONTH " 11"67 #define BLDLVL_DAY "0 8"65 #define BLDLVL_YEAR "2018" 66 #define BLDLVL_MONTH "07" 67 #define BLDLVL_DAY "05" 68 68 69 69 // Build time
Note:
See TracChangeset
for help on using the changeset viewer.