feat: update version info

This commit is contained in:
zimuya4153
2025-04-16 17:52:25 +08:00
Unverified
parent ce7da22e96
commit 0f0fe99f24
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ using namespace gmlib::mod;
#define LIB_VERSION_MAJOR 1
#define LIB_VERSION_MINOR 0
#define LIB_VERSION_PATCH 0
#define LIB_VERSION_PRERELEASE "rc.1"
#define LIB_VERSION_PRERELEASE std::nullopt
#ifdef LIB_VERSION_PRERELEASE
#define LIB_VERSION ll::data::Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH, LIB_VERSION_PRERELEASE)