From 6bdb03fed259e5e6700b064dc91b879a3adc6ebf Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 21 Apr 2026 19:51:14 +0200 Subject: [PATCH] Bump version to 0.99.pl28-dev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e94ab1..8134e1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ enable_language(C) SET (VERSION_MAJOR "0") SET (VERSION_MINOR "99") -SET (VERSION_PATCH "27") +SET (VERSION_PATCH "28") SET (MARS_NWE_VERSION_BASE "${VERSION_MAJOR}.${VERSION_MINOR}.pl${VERSION_PATCH}") SET (MARS_NWE_VERSION "${MARS_NWE_VERSION_BASE}")