From 2d2b39d5c1305e4d122ffa740f86f3bc423b6099 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 18 Aug 2025 10:17:35 +0800 Subject: [PATCH] v2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd34c7..4f16b57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15.2) -project(GCTL_TOOLKITS VERSION 2.0.9) +project(GCTL_TOOLKITS VERSION 2.1.0) if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") # ExprTK库在macOS 15.4中编译会有错误 添加以下命令对应检查项