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 `_