diff --git a/CMakeLists.txt b/CMakeLists.txt index 832de1d4..5aab2d83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.18.0") endif() set(LIBM2K_VERSION_MAJOR 0) -set(LIBM2K_VERSION_MINOR 2) -set(LIBM2K_VERSION_PATCH 1) +set(LIBM2K_VERSION_MINOR 3) +set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}") project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})