We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1e894 commit 00ba5aeCopy full SHA for 00ba5ae
CMakeLists.txt
@@ -21,7 +21,7 @@ IF( POLICY CMP0054 )
21
ENDIF( POLICY CMP0054 )
22
#
23
# cppad_version is used by version.sh to get the version number.
24
-SET(cppad_version "20250327")
+SET(cppad_version "20250329")
25
SET(cppad_url "https://coin-or.github.io/CppAD" )
26
SET(cppad_description "Differentiation of C++ Algorithms" )
27
IF( NOT DEFINED CMAKE_BUILD_TYPE)
user_guide.xrst
@@ -41,7 +41,7 @@ Versions
41
:widths: auto
42
43
* - This version
44
- - cppad-20250327
+ - cppad-20250329
45
* - Documentation for latest version
46
- `latest <https://cppad.readthedocs.io/latest>`_
47
* - Documentation for most recent stable version
0 commit comments