Skip to content

Commit f7d1601

Browse files
committed
stable/2025: Advance to 20250000.2.
1 parent a3af5aa commit f7d1601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IF( POLICY CMP0054 )
1616
ENDIF( POLICY CMP0054 )
1717
#
1818
# cppad_version is used by version.sh to get the version number.
19-
SET(cppad_version "20250000.1")
19+
SET(cppad_version "20250000.2")
2020
SET(cppad_url "https://coin-or.github.io/CppAD" )
2121
SET(cppad_description "Differentiation of C++ Algorithms" )
2222
IF( NOT DEFINED CMAKE_BUILD_TYPE)

user_guide.xrst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Versions
3838
:widths: auto
3939

4040
* - This version
41-
- cppad-20250000.1
41+
- cppad-20250000.2
4242
* - Documentation for latest version
4343
- `latest <https://cppad.readthedocs.io/latest>`_
4444
* - Documentation for most recent stable version
4545
- `stable-2025 <https://cppad.readthedocs.io/stable-2025>`_
4646
* - Most recent release of this stable version
47-
- `release-2025 <https://codeload.github.com/coin-or/CppAD/tar.gz/refs/tags/20250000.1>`_
47+
- `release-2025 <https://codeload.github.com/coin-or/CppAD/tar.gz/refs/tags/20250000.2>`_
4848

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

0 commit comments

Comments
 (0)