Skip to content

Commit bd3d6dc

Browse files
committed
stable/20210000: advance to 20210000.8.
1 parent c9bd822 commit bd3d6dc

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 "20210000.7")
28+
SET(cppad_version "20210000.8")
2929
SET(cppad_url "https://coin-or.github.io/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 20210000.7.
3+
# Generated by GNU Autoconf 2.69 for cppad 20210000.8.
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='20210000.7'
583-
PACKAGE_STRING='cppad 20210000.7'
582+
PACKAGE_VERSION='20210000.8'
583+
PACKAGE_STRING='cppad 20210000.8'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL=''
586586

@@ -1352,7 +1352,7 @@ if test "$ac_init_help" = "long"; then
13521352
# Omit some internal or obsolete options to make the list less imposing.
13531353
# This message is too long to be a string in the A/UX 3.1 sh.
13541354
cat <<_ACEOF
1355-
\`configure' configures cppad 20210000.7 to adapt to many kinds of systems.
1355+
\`configure' configures cppad 20210000.8 to adapt to many kinds of systems.
13561356
13571357
Usage: $0 [OPTION]... [VAR=VALUE]...
13581358
@@ -1422,7 +1422,7 @@ fi
14221422

14231423
if test -n "$ac_init_help"; then
14241424
case $ac_init_help in
1425-
short | recursive ) echo "Configuration of cppad 20210000.7:";;
1425+
short | recursive ) echo "Configuration of cppad 20210000.8:";;
14261426
esac
14271427
cat <<\_ACEOF
14281428
@@ -1544,7 +1544,7 @@ fi
15441544
test -n "$ac_init_help" && exit $ac_status
15451545
if $ac_init_version; then
15461546
cat <<\_ACEOF
1547-
cppad configure 20210000.7
1547+
cppad configure 20210000.8
15481548
generated by GNU Autoconf 2.69
15491549
15501550
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1917,7 +1917,7 @@ cat >config.log <<_ACEOF
19171917
This file contains any messages produced by compilers while
19181918
running configure, to aid debugging if configure makes a mistake.
19191919
1920-
It was created by cppad $as_me 20210000.7, which was
1920+
It was created by cppad $as_me 20210000.8, which was
19211921
generated by GNU Autoconf 2.69. Invocation command line was
19221922
19231923
$ $0 $@
@@ -2807,7 +2807,7 @@ fi
28072807

28082808
# Define the identity of the package.
28092809
PACKAGE='cppad'
2810-
VERSION='20210000.7'
2810+
VERSION='20210000.8'
28112811

28122812

28132813
cat >>confdefs.h <<_ACEOF
@@ -7649,7 +7649,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
76497649
# report actual input values of CONFIG_FILES etc. instead of their
76507650
# values after options handling.
76517651
ac_log="
7652-
This file was extended by cppad $as_me 20210000.7, which was
7652+
This file was extended by cppad $as_me 20210000.8, which was
76537653
generated by GNU Autoconf 2.69. Invocation command line was
76547654
76557655
CONFIG_FILES = $CONFIG_FILES
@@ -7706,7 +7706,7 @@ _ACEOF
77067706
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77077707
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77087708
ac_cs_version="\\
7709-
cppad config.status 20210000.7
7709+
cppad config.status 20210000.8
77107710
configured by $0, generated by GNU Autoconf 2.69,
77117711
with options \\"\$ac_cs_config\\"
77127712

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], [20210000.7], [[email protected]])
14+
AC_INIT([cppad], [20210000.8], [[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-20210000.7: A C++ Algorithmic Differentiation Package$$
68+
cppad-20210000.8: A C++ Algorithmic Differentiation Package$$
6969

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

0 commit comments

Comments
 (0)