From 44d0c4ecf967fb170019502082e0fe5febf12b66 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 3 Oct 2025 10:02:00 +0200 Subject: [PATCH] version up to 1.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79688e5..2eeb492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ELSE() ENDIF() MESSAGE(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}") -PROJECT(mv_none_space VERSION 1.1.1) +PROJECT(mv_none_space VERSION 1.1.2) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tests) \ No newline at end of file -- 2.47.3