From 65549b7de0d7df2822ae04c420e08ae07c7480c9 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 26 May 2026 18:11:25 +0200 Subject: [PATCH] version up to 1.1.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1ae732..009c037 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.11) +project(mv-none-space VERSION 1.1.12) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") set(CMAKE_C_FLAGS "-s -std=c99 -Werror -Wextra -pedantic") -- 2.47.3