diff options
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/prefix/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h index 9c622ee53..89ab8b654 100644 --- a/core/src/xmake/prefix/version.h +++ b/core/src/xmake/prefix/version.h @@ -44,12 +44,12 @@ #define XM_VERSION_ALTER XM_CONFIG_VERSION_ALTER /// the build version -#define XM_VERSION_BUILD XM_CONFIG_VERSION_BUILD - -/// the build version string #ifndef XM_CONFIG_VERSION_BUILD # define XM_CONFIG_VERSION_BUILD 0 #endif +#define XM_VERSION_BUILD XM_CONFIG_VERSION_BUILD + +/// the build version string #define XM_VERSION_BUILD_STRING __tb_mstring_ex__(XM_CONFIG_VERSION_BUILD) /// the version string |
