diff --git a/CMakeLists.txt b/CMakeLists.txt index 19214cf6965ec0339e0dd5b63d0db07ea89e6b16..46526bc4dfa4c00e0a18b3c0224c046c9bce4637 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)