From d11ee3f12be09065664da4dcbee0eebf2bcec753 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 15 Oct 2025 18:57:50 +0200 Subject: [PATCH] Update library version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1f6011d9..18c1c3f4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5...3.16) -project(boost_math VERSION 1.89.0 LANGUAGES CXX) +project(boost_math VERSION 1.90.0 LANGUAGES CXX) add_library(boost_math INTERFACE)