diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dd19fc9a60e6649de746b09b1114cc08607374e..19214cf6965ec0339e0dd5b63d0db07ea89e6b16 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") + set(ANBOX_VERSION "v1.0-rc11.1") message( STATUS "============================================>>> ANBOX_VERSION: ${ANBOX_VERSION}") endif() if (ANBOX_VERSION_SUFFIX)