diff --git a/CMakeLists.txt b/CMakeLists.txt index a95205a6..19a6a60a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.18.0") endif() set(LIBM2K_VERSION_MAJOR 0) -set(LIBM2K_VERSION_MINOR 8) +set(LIBM2K_VERSION_MINOR 9) set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")