]> gitweb.hhaalo.de Git - mv-none-space.git/commitdiff
version up to 1.1.13
authorBastian Dehn <hhaalo@arcor.de>
Sat, 13 Jun 2026 07:32:27 +0000 (09:32 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 13 Jun 2026 07:32:27 +0000 (09:32 +0200)
CMakeLists.txt
tests/command_validate_tests.c

index 8aa216e68b53d7673f1e4ac6e442b78210b5e9ab..cf98b30961eed88d58d88f3562f69b683b430d58 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.1)
 
 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "[Debug|Release]")
 
-project(mv-none-space VERSION 1.1.12)
+project(mv-none-space VERSION 1.1.13)
 message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}")
 
 if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
index 68986148519274f6d5ada11348f409b7db89ce92..d205a16e8981fc378582020d806f6f5769ec05b8 100644 (file)
@@ -8,7 +8,7 @@
 
 void validate_version_number()
 {
-       assert_string_equal(VERSION, "1.1.12");
+       assert_string_equal(VERSION, "1.1.13");
 }
 
 void validate_number_of_args_ok_test(int argc)