From 54c245c59d1291ad4e1cc6aa8275c18f7d04f57f Mon Sep 17 00:00:00 2001 From: Logikoma Date: Wed, 5 Aug 2026 23:34:59 -0400 Subject: [PATCH] Stamp the 2.0.3 project version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d391805..0770138 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10) # calls akerr_exit() instead of exit(1) directly, which changes that exit code # from 1 to AKERR_EXIT_STATUS_UNREPRESENTABLE (125) -- a deliberate behavior # change, not an ABI break: no soname move, no entry point changed shape. -project(akerror VERSION 2.0.2 LANGUAGES C) +project(akerror VERSION 2.0.3 LANGUAGES C) include(GNUInstallDirs) include(CMakePackageConfigHelpers)