[VER] v0.3.8-alpha

[Impl][Fix] 更改resolveModulePath实现,使用绝对路径查找内置库
This commit is contained in:
2026-01-14 21:31:11 +08:00
parent 99e00492f5
commit 13fdbec0c4
3 changed files with 35 additions and 4 deletions

View File

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