diff --git a/CMakeLists.txt b/CMakeLists.txt index 799f9c0..689f317 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(BoostMp11 VERSION 1.69.0 LANGUAGES CXX) +project(BoostMp11 VERSION 1.70.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) set_property(TARGET boost_mp11 PROPERTY EXPORT_NAME mp11)