File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ IF( POLICY CMP0054 )
16
16
ENDIF ( POLICY CMP0054 )
17
17
#
18
18
# cppad_version is used by version.sh to get the version number.
19
- SET (cppad_version "20250000.1 " )
19
+ SET (cppad_version "20250000.2 " )
20
20
SET (cppad_url "https://coin-or.github.io/CppAD" )
21
21
SET (cppad_description "Differentiation of C++ Algorithms" )
22
22
IF ( NOT DEFINED CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ Versions
38
38
:widths: auto
39
39
40
40
* - This version
41
- - cppad-20250000.1
41
+ - cppad-20250000.2
42
42
* - Documentation for latest version
43
43
- `latest <https://cppad.readthedocs.io/latest>`_
44
44
* - Documentation for most recent stable version
45
45
- `stable-2025 <https://cppad.readthedocs.io/stable-2025>`_
46
46
* - 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 >`_
48
48
49
49
{xrst_comment END: Before changing see new_release.sh and check_version.sh}
50
50
You can’t perform that action at this time.
0 commit comments