Skip to content

Commit

Permalink
stable/20240000: Change version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 4, 2024
1 parent 1883c21 commit 0d10a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "20240104")
SET(cppad_version "20240000.0")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
4 changes: 2 additions & 2 deletions user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{xrst_comment BEGIN: Before changing see bin/ new_release and check_version.sh}

cppad-20240104: CppAD User's Manual
cppad-20240000: CppAD User's Manual
###################################

.. image:: {xrst_dir coin.png}
Expand All @@ -21,7 +21,7 @@ cppad-20240104: CppAD User's Manual
:widths: auto

* - `release-20240000.0 <https://github.com/coin-or/CppAD/archive/20240000.0.tar.gz>`_
- `documentation-20240000 <https://cppad.readthedocs.io/stable-20240000>`_
- `documentaiton-latest <https://cppad.readthedocs.io/latest>`_
- `other releases <https://github.com/coin-or/CppAD/tags>`_
- `github <https://github.com/coin-or/CppAD>`_
- `cppad.spec <https://src.fedoraproject.org/rpms/cppad/blob/master/f/cppad.spec>`_
Expand Down

0 comments on commit 0d10a72

Please sign in to comment.