From f64bc319c0c37fdd02c2a736be77bdf682cab6d2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 24 Aug 2019 01:45:38 +0300 Subject: [PATCH] Update version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)