Skip to content

Commit 00ba5ae

Browse files
committed
master: update version.
1 parent ec1e894 commit 00ba5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IF( POLICY CMP0054 )
2121
ENDIF( POLICY CMP0054 )
2222
#
2323
# cppad_version is used by version.sh to get the version number.
24-
SET(cppad_version "20250327")
24+
SET(cppad_version "20250329")
2525
SET(cppad_url "https://coin-or.github.io/CppAD" )
2626
SET(cppad_description "Differentiation of C++ Algorithms" )
2727
IF( NOT DEFINED CMAKE_BUILD_TYPE)

user_guide.xrst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Versions
4141
:widths: auto
4242

4343
* - This version
44-
- cppad-20250327
44+
- cppad-20250329
4545
* - Documentation for latest version
4646
- `latest <https://cppad.readthedocs.io/latest>`_
4747
* - Documentation for most recent stable version

0 commit comments

Comments
 (0)