Skip to content

Commit

Permalink
stable/2025: 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 a3af5aa commit f7d1601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "20250000.1")
SET(cppad_version "20250000.2")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
4 changes: 2 additions & 2 deletions user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Versions
:widths: auto

* - This version
- cppad-20250000.1
- cppad-20250000.2
* - Documentation for latest version
- `latest <https://cppad.readthedocs.io/latest>`_
* - 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 f7d1601

Please sign in to comment.