Skip to content

Commit 07af3c6

Browse files
committed
Increase (internal) version to 11.3.0
1 parent cd3b01d commit 07af3c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cmake_minimum_required(VERSION 3.9)
1717
# Version number starts at 10 to avoid conflicts with Boost version
18-
set(_version 11.2.0)
18+
set(_version 11.3.0)
1919
if(BOOST_SUPERPROJECT_SOURCE_DIR)
2020
set(_version ${BOOST_SUPERPROJECT_VERSION})
2121
endif()

doc/changelog.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\section changelog Changelog
1010

11-
\subsection changelog_11_2_1 Nowide 11.2.1 (Boost 1.82)
11+
\subsection changelog_11_3_0 Nowide 11.3.0 (Boost 1.82)
1212
- Add `convert_string` overload accepting a string
1313
- Add `quoted` to output (quoted) paths (std::filesystem or boost::filesystem)
1414

0 commit comments

Comments
 (0)