Skip to content

Commit

Permalink
master: Advance to cppad-20190910
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Sep 10, 2019
1 parent 6234db0 commit 30d3903
Show file tree
Hide file tree
Showing 3 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 @@ -25,7 +25,7 @@ if(POLICY CMP0054)
endif()
#
# cppad_version is used by version.sh to get the version number.
SET(cppad_version "20190909")
SET(cppad_version "20190910")
SET(cppad_url "http://www.coin-or.org/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
#
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# -----------------------------------------------------------------------------
dnl Process this file with autoconf to produce a configure script.
dnl package version bug-report
AC_INIT([cppad], [20190909], [cppad@list.coin-or.org])
AC_INIT([cppad], [20190910], [cppad@list.coin-or.org])
AM_SILENT_RULES([no])

dnl By defalut disable maintainer mode when running configure;
Expand Down
2 changes: 1 addition & 1 deletion omh/cppad.omh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $$

$comment bin/version assumes that : follows cppad version number here$$
$section
cppad-20190909: A C++ Algorithmic Differentiation Package$$
cppad-20190910: A C++ Algorithmic Differentiation Package$$

$comment =================================================================== $$
$align middle$$
Expand Down

0 comments on commit 30d3903

Please sign in to comment.