diff --git a/CMakeLists.txt b/CMakeLists.txt index d7ef5855..e422f1e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() set(LIBM2K_VERSION_MAJOR 0) set(LIBM2K_VERSION_MINOR 3) -set(LIBM2K_VERSION_PATCH 1) +set(LIBM2K_VERSION_PATCH 2) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}") project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})