From 9be36a85a021390bf887aeea01cfd117aaaf80c1 Mon Sep 17 00:00:00 2001 From: zinface Date: Mon, 20 Nov 2023 22:47:33 +0800 Subject: [PATCH] =?UTF-8?q?repo:=20=E5=A4=84=E7=90=86=20=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E7=BB=84=E4=BB=B6=202.11=20?= =?UTF-8?q?=E6=97=B6=E6=9C=9F=E7=9A=84=20master=20=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- src/rcglobal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 779e1e4..c86b87e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(cmake/SparkMacrosExtendConfig.cmake) if(WIN32) add_compile_definitions(_UNICODE= UNICODE=) endif() -# 符合 2.0.0 代码预期的版本处理 +# 符合 2.0.0 代码预期的版本处理, 核心编辑器组件 2.11 add_compile_definitions(TEST_PRE) # ----------------- 构建 QSci 库 ----------------- # diff --git a/src/rcglobal.h b/src/rcglobal.h index 2edb7e6..87f2f53 100755 --- a/src/rcglobal.h +++ b/src/rcglobal.h @@ -8,7 +8,7 @@ //#define TEST_PRE #ifdef TEST_PRE -static const char* VersionStr = u8"(内部测试非稳定) v2.0.0"; +static const char* VersionStr = u8"(内部测试非稳定) v2.0.0, 核心编辑器组件 2.11"; #else static const char* VersionStr = "v2.0.0";