]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
version 1.3.24
authorBastian Dehn <hhaalo@arcor.de>
Sat, 13 Jun 2026 07:03:26 +0000 (09:03 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 13 Jun 2026 07:03:26 +0000 (09:03 +0200)
CMakeLists.txt
tests/validate_tests.c

index 64338f7b9f5cbc4005ba801834ccf119ea2cd6aa..21950e3f4665099f3fb8320a4e2efbcd1a0e5536 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16.3)
 
 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "[Debug|Release]")
 
-project(feierabend VERSION 1.3.23)
+project(feierabend VERSION 1.3.24)
 message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}")
 
 if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
index 02d72c41f1a643751596695c5e62a64189b66d1b..1516383d81bb67a94b554e730bd2eece0313c44a 100644 (file)
@@ -12,7 +12,7 @@
 
 void validate_version_number()
 {
-       assert_string_equal(PROJECT_VERSION, "1.3.23");
+       assert_string_equal(PROJECT_VERSION, "1.3.24");
 }
 
 void validate_valid_date_string_test(const char* date)