From 5ceda8e95ef423ea8a01ab5ec136095020e957fe Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Mon, 8 Jan 2024 05:49:04 -0700 Subject: [PATCH] stable/20240000: Advance to cppad-20240000.1. --- CMakeLists.txt | 2 +- bin/check_version.sh | 10 +++++----- user_guide.xrst | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f53bb291..62c659d3c 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 "20240108") +SET(cppad_version "20240000.1") 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/bin/check_version.sh b/bin/check_version.sh index 936cad18b..d518e4293 100755 --- a/bin/check_version.sh +++ b/bin/check_version.sh @@ -92,10 +92,10 @@ cat << EOF > temp.sed s|^SET( *cppad_version *"[0-9.]*")|SET(cppad_version "$version")| # # user_guide.xrst -s|[0-9]\\{8\\}[.][0-9]*|$version| -s|documentation-[0-9]\\{8\\}|documentaiton-latest| -s|stable-[0-9]\\{8\\}|latest| -s|cppad-[0-9]\\{8\\}[0-9.]*|cppad-$stable| +s|[0-9]\\{8\\}[.][0-9]*|$version|g +s|documentation-[0-9]\\{8\\}|documentation-latest|g +s|stable-[0-9]\\{8\\}|latest|g +s|cppad-[0-9]\\{8\\}[0-9.]*|cppad-$stable|g EOF else cat << EOF > temp.sed @@ -104,7 +104,7 @@ cat << EOF > temp.sed s|^SET( *cppad_version *"[0-9.]*")|SET(cppad_version "$version")| # # user_guide.xrst -s|cppad-[0-9]\\{8\\}|cppad-$version| +s|cppad-[0-9]\\{8\\}|cppad-$version|g EOF fi # diff --git a/user_guide.xrst b/user_guide.xrst index 50a2382e9..798d7d49b 100644 --- a/user_guide.xrst +++ b/user_guide.xrst @@ -12,7 +12,7 @@ {xrst_comment BEGIN: Before changing see new_release.sh and check_version.sh} -cppad-20240108: CppAD User's Manual +cppad-20240000: CppAD User's Manual ################################### .. image:: {xrst_dir coin.png} @@ -20,8 +20,8 @@ cppad-20240108: CppAD User's Manual .. list-table:: :widths: auto - * - `release-20240000.0 `_ - - `documentation-20240000 `_ + * - `release-20240000.1 `_ + - `documentation-latest `_ - `other releases `_ - `github `_ - `cppad.spec `_