13 #ifndef __UT_Version__
14 #define __UT_Version__
23 #define UT_FULL_VERSION SYS_VERSION_FULL
26 #define UT_RELEASE_VERSION SYS_VERSION_RELEASE
29 #define UT_MAJOR_VERSION SYS_VERSION_MAJOR
30 #define UT_MINOR_VERSION SYS_VERSION_MINOR
33 #define UT_MAJOR_VERSION_INT SYS_VERSION_MAJOR_INT
34 #define UT_MINOR_VERSION_INT SYS_VERSION_MINOR_INT
35 #define UT_BUILD_VERSION_INT SYS_VERSION_BUILD_INT
36 #define UT_PATCH_VERSION_INT SYS_VERSION_PATCH_INT
39 #define UT_VERSION_INT SYS_VERSION_FULL_INT
43 #define UT_SAVE_VERSION SYS_VERSION_RELEASE
const char * UTgetMajorVersion()
Return the "major" version.
const char * UTgetFullVersion()
Return the full major.minor.build version.
const char * UTgetReleaseVersion()
Return the "major.minor" release version.
const char * UTgetSaveVersion()
Return the version used for save directories.