We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3b01d commit 07af3c6Copy full SHA for 07af3c6
CMakeLists.txt
@@ -15,7 +15,7 @@
15
16
cmake_minimum_required(VERSION 3.9)
17
# Version number starts at 10 to avoid conflicts with Boost version
18
-set(_version 11.2.0)
+set(_version 11.3.0)
19
if(BOOST_SUPERPROJECT_SOURCE_DIR)
20
set(_version ${BOOST_SUPERPROJECT_VERSION})
21
endif()
doc/changelog.dox
@@ -8,7 +8,7 @@
8
9
\section changelog Changelog
10
11
-\subsection changelog_11_2_1 Nowide 11.2.1 (Boost 1.82)
+\subsection changelog_11_3_0 Nowide 11.3.0 (Boost 1.82)
12
- Add `convert_string` overload accepting a string
13
- Add `quoted` to output (quoted) paths (std::filesystem or boost::filesystem)
14
0 commit comments