From 60eb6e6b8b484ea9672ec6a659d6459db09f7107 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 15 Dec 2025 12:16:10 -0500 Subject: [PATCH] Update Boost Math project version to 1.91.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e843c3aa..71e3bb9e37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.8...3.16) -project(boost_math VERSION 1.90.0 LANGUAGES CXX) +project(boost_math VERSION 1.91.0 LANGUAGES CXX) add_library(boost_math INTERFACE)