18 #define FC_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
19 #define FC_VERSION_MINOR 13 // increment when a minor release is made (small new feature, change etc)
20 #define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
22 #define STR_HELPER(x) #x
23 #define STR(x) STR_HELPER(x)
24 #define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
26 #define MW_VERSION 231
30 #define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits.
33 #define BUILD_DATE_LENGTH 11
36 #define BUILD_TIME_LENGTH 8
const char *const shortGitRevision
Definition: version.c:21
const char *const buildDate
Definition: version.c:22
const char *const targetName
Definition: version.c:20
const char *const buildTime
Definition: version.c:23