#define MINOR_VERSION 12
#define PATCH_VERSION 2
#define str(s) #s
#define xstr(s) #s
#define xstr(s) str(s)
#define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION)
// If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format.
-