From 9255187c65f40a682d749026feaf589b69072b39 Mon Sep 17 00:00:00 2001 From: Alexandra Trifan Date: Tue, 7 Sep 2021 17:14:16 +0300 Subject: [PATCH] CMakeLists.txt: Bump to version v0.5.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 cdf479a1..6d24a6ca 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 4) +set(LIBM2K_VERSION_MINOR 5) set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")