Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Aug 17, 2024
1 parent d0f3481 commit a064da5
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 @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.5...3.16)

project(boost_mp11 VERSION 1.86.0 LANGUAGES CXX)
project(boost_mp11 VERSION 1.87.0 LANGUAGES CXX)

add_library(boost_mp11 INTERFACE)
add_library(Boost::mp11 ALIAS boost_mp11)
Expand Down
2 changes: 1 addition & 1 deletion include/boost/mp11/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
// Same format as BOOST_VERSION:
// major * 100000 + minor * 100 + patch

#define BOOST_MP11_VERSION 108600
#define BOOST_MP11_VERSION 108700

#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED

0 comments on commit a064da5

Please sign in to comment.