From: Bastian Dehn Date: Wed, 13 May 2026 11:43:05 +0000 (+0200) Subject: version up to 1.1.10 X-Git-Tag: 1.1.10^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d861f495ab89e9793e2a44281105698dbf2994c8;p=mv-none-space.git version up to 1.1.10 --- 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")