From 04674e1736a8c10048637f17f4801159ab0e6d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=B6llendorf?= Date: Sun, 16 Jun 2024 09:11:54 +0200 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29f1520..5e695d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.18) -project(iniparser VERSION 4.2.3) +project(iniparser VERSION 4.2.4) include(GNUInstallDirs) include(CMakePackageConfigHelpers)