From 613911ab54dd98e60265169e6c692bf84b66c4b8 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 16 Dec 2024 09:36:30 -0500 Subject: [PATCH] Update library version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7965bd1ea9..e26692741a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5...3.16) -project(boost_math VERSION 1.87.0 LANGUAGES CXX) +project(boost_math VERSION 1.88.0 LANGUAGES CXX) add_library(boost_math INTERFACE)