From 4ce658d2211b516bf51cd54deea50fe495f5ff2b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 14 Apr 2022 14:14:13 +0300 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45bcd6b..da33f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5...3.16) -project(boost_mp11 VERSION 1.79.0 LANGUAGES CXX) +project(boost_mp11 VERSION 1.80.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) add_library(Boost::mp11 ALIAS boost_mp11)