Skip to content

Commit 50e2a0a

Browse files
committed
Update version
1 parent 1f3d0bb commit 50e2a0a

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
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.5...3.16)
66

7-
project(boost_mp11 VERSION 1.89.0 LANGUAGES CXX)
7+
project(boost_mp11 VERSION 1.90.0 LANGUAGES CXX)
88

99
add_library(boost_mp11 INTERFACE)
1010
add_library(Boost::mp11 ALIAS boost_mp11)

include/boost/mp11/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
// Same format as BOOST_VERSION:
1212
// major * 100000 + minor * 100 + patch
1313

14-
#define BOOST_MP11_VERSION 108900
14+
#define BOOST_MP11_VERSION 109000
1515

1616
#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED

0 commit comments

Comments
 (0)