diff --git a/CMakeLists.txt b/CMakeLists.txt index 486f2f26d..75af4772f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ message(STATUS "Enabled languages: ${languages}") project(k2 ${languages}) -set(K2_VERSION "1.7") +set(K2_VERSION "1.8") # ----------------- Supported build types for K2 project ----------------- set(ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)