From 279041fd42d4637192cac4eb46612e29743601c9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 14 Dec 2024 02:09:09 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 522375f..06df6f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5...3.16) -project(boost_mp11 VERSION 1.87.0 LANGUAGES CXX) +project(boost_mp11 VERSION 1.88.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) add_library(Boost::mp11 ALIAS boost_mp11)