From 6b9799e5b144c86b1aac1120f1091fa99e299dd6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 16 Dec 2018 20:40:09 +0200 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 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)