From: Bastian Dehn Date: Thu, 12 Mar 2026 19:21:39 +0000 (+0100) Subject: version up to 1.1.9 X-Git-Tag: 1.1.9^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=2d35cd3e1cff960f18a26f714e18c797403bf213;p=mv_none_space.git version up to 1.1.9 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1159bd5..24de1c7 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.8) +project(mv_none_space VERSION 1.1.9) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") set(CMAKE_C_FLAGS "-std=c99 -Werror -Wextra -pedantic")