From d03c53a693e1cbd2d653682a064d03997f99cd59 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 19 Apr 2019 00:35:25 +0300 Subject: [PATCH] Update project version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90ce718..5e1aa0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(BoostMp11 VERSION 1.70.0 LANGUAGES CXX) +project(BoostMp11 VERSION 1.71.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) set_property(TARGET boost_mp11 PROPERTY EXPORT_NAME mp11)