Skip to content

Commit

Permalink
stable/20240000: advance to 20240000.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed May 31, 2024
1 parent ef2e21c commit d59008a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 "20240000.4")
SET(cppad_version "20240000.5")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cppad-20240000: CppAD User's Manual
.. list-table::
:widths: auto

* - `release-20240000.4 <https://github.com/coin-or/CppAD/archive/20240000.4.tar.gz>`_
* - `release-20240000.5 <https://github.com/coin-or/CppAD/archive/20240000.5.tar.gz>`_
- `documentation-latest <https://cppad.readthedocs.io/latest>`_
- `other releases <https://github.com/coin-or/CppAD/tags>`_
- `github <https://github.com/coin-or/CppAD>`_
Expand Down

0 comments on commit d59008a

Please sign in to comment.