diff options
| -rw-r--r-- | core/src/tbox/src/tbox/prefix/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/tbox/src/tbox/prefix/version.h b/core/src/tbox/src/tbox/prefix/version.h index e03f280e6..fe989c2d5 100644 --- a/core/src/tbox/src/tbox/prefix/version.h +++ b/core/src/tbox/src/tbox/prefix/version.h @@ -48,6 +48,9 @@ #define TB_VERSION_BUILD TB_CONFIG_VERSION_BUILD /// the build version string +#ifndef TB_CONFIG_VERSION_BUILD +# define TB_CONFIG_VERSION_BUILD 0 +#endif #define TB_VERSION_BUILD_STRING __tb_mstring_ex__(TB_CONFIG_VERSION_BUILD) /// the version string |
