From ba0364fb5143386d66f47149bf8534b056c5990d Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Tue, 30 Dec 2025 17:43:44 +0800 Subject: [PATCH] [VER] 0.3.4-alpha --- src/Core/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/core.hpp b/src/Core/core.hpp index 581f391..58c877f 100644 --- a/src/Core/core.hpp +++ b/src/Core/core.hpp @@ -4,7 +4,7 @@ #include #include -#define __FCORE_VERSION "0.3.3-alpha" +#define __FCORE_VERSION "0.3.4-alpha" #if defined(_WIN32) #define __FCORE_PLATFORM "Windows"