From ce0cf95eb93e2a9c4f6023a9ae58f823ae080713 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Thu, 24 Oct 2024 09:38:48 +0300 Subject: [PATCH] CMakeLists.txt: Bump version to v0.9.0. Signed-off-by: AlexandraTrifan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")