12 #ifndef __SYS_Version__
13 #define __SYS_Version__
27 #define SYS_VERSION_FULL "20.5.410"
30 #define SYS_VERSION_RELEASE "20.5"
33 #define SYS_VERSION_MAJOR "20"
34 #define SYS_VERSION_MINOR "5"
35 #define SYS_VERSION_BUILD "410"
36 #define SYS_VERSION_PATCH "0"
39 #define SYS_VERSION_MAJOR_INT 20
40 #define SYS_VERSION_MINOR_INT 5
41 #define SYS_VERSION_BUILD_INT 410
42 #define SYS_VERSION_PATCH_INT 0
45 #define SYS_VERSION_FULL_INT 0x1405019a
47 #if defined(__cplusplus)
69 static constexpr
void getFull(
int &major,
int &minor,
int &build,
80 static constexpr
void getRelease(
int &major,
int &minor)
#define SYS_VERSION_MINOR_INT
#define SYS_VERSION_BUILD
#define SYS_VERSION_MAJOR_INT
#define SYS_VERSION_RELEASE
#define SYS_VERSION_BUILD_INT
#define SYS_VERSION_MINOR
#define SYS_VERSION_PATCH
#define SYS_VERSION_MAJOR
#define SYS_VERSION_PATCH_INT