Skip to content

Commit 1c3a4a5

Browse files
committed
Prep for release
1 parent 1442b82 commit 1c3a4a5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22

33
project(
44
SimpleIni
5-
VERSION 4.23
5+
VERSION 4.24
66
DESCRIPTION "Cross-platform C++ library providing a simple API to read and write INI-style configuration files"
77
LANGUAGES CXX C
88
)
@@ -86,3 +86,6 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
8686
add_subdirectory(tests)
8787
endif()
8888
endif()
89+
90+
set(SIMPLEINI_VERSION_MAJOR 4)
91+
set(SIMPLEINI_VERSION_MINOR 24)

SimpleIni.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<tr><th>File <td>SimpleIni.h
66
<tr><th>Author <td>Brodie Thiesfield
77
<tr><th>Source <td>https://github.com/brofield/simpleini
8-
<tr><th>Version <td>4.23
8+
<tr><th>Version <td>4.24
99
</table>
1010
1111
Jump to the @link CSimpleIniTempl CSimpleIni @endlink interface documentation.

release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Making a release:
22
* update version number in SimpleIni.h
33
* update version number in CMakeLists.txt
44
* check-in all files
5-
* make a release "v4.22" etc creating a matching tag
5+
* make a release "v4.24" etc creating a matching tag
66

0 commit comments

Comments
 (0)