Skip to content

Commit 09c21bd

Browse files
authored
Prepare for release v4.22 (#73)
* Update CMakeLists.txt * Update release.txt * Update SimpleIni.h
1 parent ec8768a commit 09c21bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 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.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
)

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.21
8+
<tr><th>Version <td>4.22
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.20" etc creating a matching tag
5+
* make a release "v4.22" etc creating a matching tag
66

0 commit comments

Comments
 (0)