From 936e2c898a8e7f455cbf84dbb858c3243c8b467b Mon Sep 17 00:00:00 2001 From: Alexandra Trifan Date: Mon, 1 Feb 2021 14:33:48 +0200 Subject: [PATCH] CMakeLists.txt: Bump to version v0.4.0. Signed-off-by: Alexandra Trifan --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6fae373..3c38115e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.18.0") endif() set(LIBM2K_VERSION_MAJOR 0) -set(LIBM2K_VERSION_MINOR 3) -set(LIBM2K_VERSION_PATCH 2) +set(LIBM2K_VERSION_MINOR 4) +set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}") project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})