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 105ac5c commit 176ab99Copy full SHA for 176ab99
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright 2019 - 2020 Alexander Grund
+# Copyright 2019 - 2025 Alexander Grund
2
# Distributed under the Boost Software License, Version 1.0.
3
# https://www.boost.org/LICENSE_1_0.txt
4
@@ -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.3.0)
+set(_version 11.3.1)
19
if(BOOST_SUPERPROJECT_SOURCE_DIR)
20
set(_version ${BOOST_SUPERPROJECT_VERSION})
21
endif()
0 commit comments