From d861f495ab89e9793e2a44281105698dbf2994c8 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Wed, 13 May 2026 13:43:05 +0200 Subject: [PATCH] version up to 1.1.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c05e09..b34a53a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25.1) -project(mv_none_space VERSION 1.1.9) +project(mv_none_space VERSION 1.1.10) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") set(CMAKE_C_FLAGS "-std=c99 -Werror -Wextra -pedantic") -- 2.47.3