Skip to content

Commit 83e249e

Browse files
committed
stable/20200000: Advance from 20200000.2 -> 20200000.3.
1 parent 3c58837 commit 83e249e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(POLICY CMP0054)
2525
endif()
2626
#
2727
# cppad_version is used by version.sh to get the version number.
28-
SET(cppad_version "20200000.2")
28+
SET(cppad_version "20200000.3")
2929
SET(cppad_url "http://www.coin-or.org/CppAD" )
3030
SET(cppad_description "Differentiation of C++ Algorithms" )
3131
#

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for cppad 20200000.2.
3+
# Generated by GNU Autoconf 2.69 for cppad 20200000.3.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='cppad'
581581
PACKAGE_TARNAME='cppad'
582-
PACKAGE_VERSION='20200000.2'
583-
PACKAGE_STRING='cppad 20200000.2'
582+
PACKAGE_VERSION='20200000.3'
583+
PACKAGE_STRING='cppad 20200000.3'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL=''
586586

@@ -1356,7 +1356,7 @@ if test "$ac_init_help" = "long"; then
13561356
# Omit some internal or obsolete options to make the list less imposing.
13571357
# This message is too long to be a string in the A/UX 3.1 sh.
13581358
cat <<_ACEOF
1359-
\`configure' configures cppad 20200000.2 to adapt to many kinds of systems.
1359+
\`configure' configures cppad 20200000.3 to adapt to many kinds of systems.
13601360
13611361
Usage: $0 [OPTION]... [VAR=VALUE]...
13621362
@@ -1426,7 +1426,7 @@ fi
14261426

14271427
if test -n "$ac_init_help"; then
14281428
case $ac_init_help in
1429-
short | recursive ) echo "Configuration of cppad 20200000.2:";;
1429+
short | recursive ) echo "Configuration of cppad 20200000.3:";;
14301430
esac
14311431
cat <<\_ACEOF
14321432
@@ -1548,7 +1548,7 @@ fi
15481548
test -n "$ac_init_help" && exit $ac_status
15491549
if $ac_init_version; then
15501550
cat <<\_ACEOF
1551-
cppad configure 20200000.2
1551+
cppad configure 20200000.3
15521552
generated by GNU Autoconf 2.69
15531553
15541554
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1921,7 +1921,7 @@ cat >config.log <<_ACEOF
19211921
This file contains any messages produced by compilers while
19221922
running configure, to aid debugging if configure makes a mistake.
19231923
1924-
It was created by cppad $as_me 20200000.2, which was
1924+
It was created by cppad $as_me 20200000.3, which was
19251925
generated by GNU Autoconf 2.69. Invocation command line was
19261926
19271927
$ $0 $@
@@ -2811,7 +2811,7 @@ fi
28112811

28122812
# Define the identity of the package.
28132813
PACKAGE='cppad'
2814-
VERSION='20200000.2'
2814+
VERSION='20200000.3'
28152815

28162816

28172817
cat >>confdefs.h <<_ACEOF
@@ -7656,7 +7656,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
76567656
# report actual input values of CONFIG_FILES etc. instead of their
76577657
# values after options handling.
76587658
ac_log="
7659-
This file was extended by cppad $as_me 20200000.2, which was
7659+
This file was extended by cppad $as_me 20200000.3, which was
76607660
generated by GNU Autoconf 2.69. Invocation command line was
76617661
76627662
CONFIG_FILES = $CONFIG_FILES
@@ -7713,7 +7713,7 @@ _ACEOF
77137713
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77147714
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77157715
ac_cs_version="\\
7716-
cppad config.status 20200000.2
7716+
cppad config.status 20200000.3
77177717
configured by $0, generated by GNU Autoconf 2.69,
77187718
with options \\"\$ac_cs_config\\"
77197719

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# -----------------------------------------------------------------------------
1212
dnl Process this file with autoconf to produce a configure script.
1313
dnl package version bug-report
14-
AC_INIT([cppad], [20200000.2], [[email protected]])
14+
AC_INIT([cppad], [20200000.3], [[email protected]])
1515
AM_SILENT_RULES([no])
1616

1717
dnl By defalut disable maintainer mode when running configure;

omh/cppad.omh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $$
6565

6666
$comment bin/version assumes that : follows cppad version number here$$
6767
$section
68-
cppad-20200000.2: A C++ Algorithmic Differentiation Package$$
68+
cppad-20200000.3: A C++ Algorithmic Differentiation Package$$
6969

7070
$comment =================================================================== $$
7171
$align middle$$

0 commit comments

Comments
 (0)