Skip to content

Commit

Permalink
stable/20240000: Advance to cppad-20240000.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 8, 2024
1 parent 1461a7a commit 5ceda8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 "20240108")
SET(cppad_version "20240000.1")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
10 changes: 5 additions & 5 deletions bin/check_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ cat << EOF > temp.sed
s|^SET( *cppad_version *"[0-9.]*")|SET(cppad_version "$version")|
#
# user_guide.xrst
s|[0-9]\\{8\\}[.][0-9]*|$version|
s|documentation-[0-9]\\{8\\}|documentaiton-latest|
s|stable-[0-9]\\{8\\}|latest|
s|cppad-[0-9]\\{8\\}[0-9.]*|cppad-$stable|
s|[0-9]\\{8\\}[.][0-9]*|$version|g
s|documentation-[0-9]\\{8\\}|documentation-latest|g
s|stable-[0-9]\\{8\\}|latest|g
s|cppad-[0-9]\\{8\\}[0-9.]*|cppad-$stable|g
EOF
else
cat << EOF > temp.sed
Expand All @@ -104,7 +104,7 @@ cat << EOF > temp.sed
s|^SET( *cppad_version *"[0-9.]*")|SET(cppad_version "$version")|
#
# user_guide.xrst
s|cppad-[0-9]\\{8\\}|cppad-$version|
s|cppad-[0-9]\\{8\\}|cppad-$version|g
EOF
fi
#
Expand Down
6 changes: 3 additions & 3 deletions user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

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

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

.. image:: {xrst_dir coin.png}

.. list-table::
:widths: auto

* - `release-20240000.0 <https://github.com/coin-or/CppAD/archive/20240000.0.tar.gz>`_
- `documentation-20240000 <https://cppad.readthedocs.io/stable-20240000>`_
* - `release-20240000.1 <https://github.com/coin-or/CppAD/archive/20240000.1.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>`_
- `cppad.spec <https://src.fedoraproject.org/rpms/cppad/blob/master/f/cppad.spec>`_
Expand Down

0 comments on commit 5ceda8e

Please sign in to comment.