Skip to content

Commit

Permalink
master: new_release.sh: advance to 20250000.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 24, 2025
1 parent af86194 commit 3b89bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/new_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -e -u
# new_release.sh skips this when testng before the remote branch exists.
# -----------------------------------------------------------------------------
year='2025' # Year for this stable version
release='1' # first release for each year starts with 0
release='2' # first release for each year starts with 0
# -----------------------------------------------------------------------------
if [ "$0" != 'bin/new_release.sh' ]
then
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Versions
* - Documentation for most recent stable version
- `stable-2025 <https://cppad.readthedocs.io/stable-2025>`_
* - Most recent release of this stable version
- `release-2025 <https://codeload.github.com/coin-or/CppAD/tar.gz/refs/tags/20250000.1>`_
- `release-2025 <https://codeload.github.com/coin-or/CppAD/tar.gz/refs/tags/20250000.2>`_

{xrst_comment END: Before changing see new_release.sh and check_version.sh}

Expand Down

0 comments on commit 3b89bc6

Please sign in to comment.