diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e1aa0c..57b4312 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(BoostMp11 VERSION 1.71.0 LANGUAGES CXX) +project(BoostMp11 VERSION 1.72.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) set_property(TARGET boost_mp11 PROPERTY EXPORT_NAME mp11)