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 1f3d0bb commit 50e2a0aCopy full SHA for 50e2a0a
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
cmake_minimum_required(VERSION 3.5...3.16)
6
7
-project(boost_mp11 VERSION 1.89.0 LANGUAGES CXX)
+project(boost_mp11 VERSION 1.90.0 LANGUAGES CXX)
8
9
add_library(boost_mp11 INTERFACE)
10
add_library(Boost::mp11 ALIAS boost_mp11)
include/boost/mp11/version.hpp
@@ -11,6 +11,6 @@
11
// Same format as BOOST_VERSION:
12
// major * 100000 + minor * 100 + patch
13
14
-#define BOOST_MP11_VERSION 108900
+#define BOOST_MP11_VERSION 109000
15
16
#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED
0 commit comments