File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-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.20
5+ VERSION 4.22
66 DESCRIPTION "Cross-platform C++ library providing a simple API to read and write INI-style configuration files"
77 LANGUAGES CXX
88)
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.21
8+ <tr><th>Version <td>4.22
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.20 " etc creating a matching tag
5+ * make a release "v4.22 " etc creating a matching tag
66
You can’t perform that action at this time.
0 commit comments