diff --git a/CMakeLists.txt b/CMakeLists.txt index bc4effb7a..0a83e6e36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ file(WRITE ${CMAKE_SOURCE_DIR}/.build_number ${NEW_BUILD_NUMBER}) # Triton version set(VERSION_MAJOR 0) -set(VERSION_MINOR 0) +set(VERSION_MINOR 1) set(VERSION_BUILD ${BUILD_NUMBER}) set(CMAKE_BUILD_TYPE Release)