From 1c7b04e6403a5c6960325c0a2b0fddb4a5849572 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Sun, 28 Jul 2024 21:53:35 -0700 Subject: [PATCH] master: new_release.sh: advance to 20240000.6. --- .coin-or/projDesc.xml | 2 +- bin/new_release.sh | 2 +- user_guide.xrst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.coin-or/projDesc.xml b/.coin-or/projDesc.xml index 8495da872..bb1068a44 100644 --- a/.coin-or/projDesc.xml +++ b/.coin-or/projDesc.xml @@ -300,7 +300,7 @@ https://opensource.org/licenses/EPL-2.0 20240000 -20240000.5 +20240000.6 diff --git a/bin/new_release.sh b/bin/new_release.sh index b85121550..1edf0d6ed 100755 --- a/bin/new_release.sh +++ b/bin/new_release.sh @@ -5,7 +5,7 @@ set -e -u # SPDX-FileContributor: 2003-23 Bradley M. Bell # ---------------------------------------------------------------------------- stable_version='20240000' # date at which this stable branch started -release='5' # first release for each stable version is 0 +release='6' # first release for each stable version is 0 # ----------------------------------------------------------------------------- # bash function that echos and executes a command echo_eval() { diff --git a/user_guide.xrst b/user_guide.xrst index d8b5d0f54..512644b41 100644 --- a/user_guide.xrst +++ b/user_guide.xrst @@ -21,7 +21,7 @@ cppad-20240625: CppAD User's Manual .. list-table:: :widths: auto - * - `release-20240000.5 `_ + * - `release-20240000.6 `_ - `documentation-20240000 `_ - `other releases `_ - `github `_