Changeset 212 for trunk/include/version.h
- Timestamp:
- Nov 9, 2017, 11:25:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/version.h
r188 r212 43 43 #define BLDLVL_MAJOR_VERSION "1" 44 44 #define BLDLVL_MIDDLE_VERSION "1" 45 #define BLDLVL_MINOR_VERSION " 2"45 #define BLDLVL_MINOR_VERSION "4" 46 46 47 47 // Build date 48 48 #define BLDLVL_YEAR "2017" 49 #define BLDLVL_MONTH " 04"50 #define BLDLVL_DAY " 13"49 #define BLDLVL_MONTH "11" 50 #define BLDLVL_DAY "07" 51 51 52 52 // Build time 53 53 #define BLDLVL_HOURS "01" 54 54 #define BLDLVL_MINUTES "01" 55 #define BLDLVL_SECONDS "0 2"55 #define BLDLVL_SECONDS "04" 56 56 57 57 #else … … 60 60 #define BLDLVL_MAJOR_VERSION "1" 61 61 #define BLDLVL_MIDDLE_VERSION "1" 62 #define BLDLVL_MINOR_VERSION " 1"62 #define BLDLVL_MINOR_VERSION "3" 63 63 64 64 // Build date 65 65 #define BLDLVL_YEAR "2017" 66 #define BLDLVL_MONTH " 04"67 #define BLDLVL_DAY " 13"66 #define BLDLVL_MONTH "11" 67 #define BLDLVL_DAY "07" 68 68 69 69 // Build time
Note:
See TracChangeset
for help on using the changeset viewer.