2
0
mirror of https://github.com/boostorg/mp11.git synced 2026-01-19 04:22:10 +00:00

Update version

This commit is contained in:
Peter Dimov
2025-10-09 18:32:10 +03:00
parent 1f3d0bbe0c
commit 50e2a0a1b8
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.5...3.16)
project(boost_mp11 VERSION 1.89.0 LANGUAGES CXX)
project(boost_mp11 VERSION 1.90.0 LANGUAGES CXX)
add_library(boost_mp11 INTERFACE)
add_library(Boost::mp11 ALIAS boost_mp11)

View File

@@ -11,6 +11,6 @@
// Same format as BOOST_VERSION:
// major * 100000 + minor * 100 + patch
#define BOOST_MP11_VERSION 108900
#define BOOST_MP11_VERSION 109000
#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED