File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22
33project (
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 ()
8888endif ()
89+
90+ set (SIMPLEINI_VERSION_MAJOR 4)
91+ set (SIMPLEINI_VERSION_MINOR 24)
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments