Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Mar 12, 2023
2 parents 9ef67d7 + 07af3c6 commit b96aba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

cmake_minimum_required(VERSION 3.9)
# Version number starts at 10 to avoid conflicts with Boost version
set(_version 11.2.0)
set(_version 11.3.0)
if(BOOST_SUPERPROJECT_SOURCE_DIR)
set(_version ${BOOST_SUPERPROJECT_VERSION})
endif()
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.dox
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

\section changelog Changelog

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

Expand Down

0 comments on commit b96aba4

Please sign in to comment.