[IMPL] 版本号改为 0.3.3-alpha 未经广泛测试

This commit is contained in:
2025-12-30 12:02:42 +08:00
parent f58a60c8e3
commit 6982f169aa

View File

@@ -4,7 +4,7 @@
#include <cstdint>
#include <string_view>
#define __FCORE_VERSION "0.3.2"
#define __FCORE_VERSION "0.3.3-alpha"
#if defined(_WIN32)
#define __FCORE_PLATFORM "Windows"