From: Bastian Dehn Date: Tue, 26 May 2026 15:16:36 +0000 (+0200) Subject: version up to 1.1.11 X-Git-Tag: 1.1.11^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=b0b0ae10f8393118ff35033e1886a670c4d11099;p=mv-none-space.git version up to 1.1.11 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f76372d..b1ae732 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.10) +project(mv-none-space VERSION 1.1.11) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") set(CMAKE_C_FLAGS "-s -std=c99 -Werror -Wextra -pedantic")