From d59008acae052432320de7c5d285e2efb2d8e90a Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 30 May 2024 19:24:43 -0700 Subject: [PATCH] stable/20240000: advance to 20240000.5. --- CMakeLists.txt | 2 +- user_guide.xrst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fc42c584..fc669070f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ IF( POLICY CMP0054 ) ENDIF( POLICY CMP0054 ) # # cppad_version is used by version.sh to get the version number. -SET(cppad_version "20240000.4") +SET(cppad_version "20240000.5") SET(cppad_url "https://coin-or.github.io/CppAD" ) SET(cppad_description "Differentiation of C++ Algorithms" ) IF( NOT DEFINED CMAKE_BUILD_TYPE) diff --git a/user_guide.xrst b/user_guide.xrst index 62ecce4e3..017c113e0 100644 --- a/user_guide.xrst +++ b/user_guide.xrst @@ -20,7 +20,7 @@ cppad-20240000: CppAD User's Manual .. list-table:: :widths: auto - * - `release-20240000.4 `_ + * - `release-20240000.5 `_ - `documentation-latest `_ - `other releases `_ - `github `_