From dd43ef6591be84b71832174188313ece0e34eee1 Mon Sep 17 00:00:00 2001 From: kuno_0 <1639377244@qq.com> Date: Mon, 16 Nov 2020 11:04:05 +0800 Subject: [PATCH] update CMakeLists.txt. rc11.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19214cf..46526bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -fPIC") if (NOT ANBOX_VERSION) exec_program("git" ${CMAKE_SOURCE_DIR} ARGS "rev-parse --short HEAD" OUTPUT_VARIABLE GIT_COMMIT_HASH) - set(ANBOX_VERSION "v1.0-rc11.1") + set(ANBOX_VERSION "v1.0-rc11.2") message( STATUS "============================================>>> ANBOX_VERSION: ${ANBOX_VERSION}") endif() if (ANBOX_VERSION_SUFFIX) -- Gitee