From 95e0380129872b71930e6338b800a2c38c0ae42c Mon Sep 17 00:00:00 2001 From: Valentin Promies Date: Fri, 24 May 2024 09:52:21 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e14164..cdae65c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(carlmacros) set(PROJECT_FULLNAME "carl") set(PROJECT_DESCRIPTION "Computer ARithmetic Library") -set_version(24 04) +set_version(24 05) message(STATUS "Version: ${PROJECT_FULLNAME} ${PROJECT_VERSION_FULL}") # # # # # # # # # # # # # # # # # # # # # #