diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f989cb..40eca17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project( DESCRIPTION "C library for parsing INI-style files" HOMEPAGE_URL https://gitlab.com/iniparser/iniparser/ LANGUAGES C - VERSION 4.2.4) + VERSION 4.2.5) include(GNUInstallDirs) include(CMakePackageConfigHelpers)