From 4d0e3843d68a12441d0c40f796b57d7d9c37bcdb Mon Sep 17 00:00:00 2001 From: Alexandra Trifan Date: Sat, 12 Feb 2022 10:03:36 +0200 Subject: [PATCH] CMakeLists.txt: Bump to version v0.6.0. Signed-off-by: Alexandra Trifan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8a8bda2..7d29ee9d 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 5) +set(LIBM2K_VERSION_MINOR 6) set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")