Skip to content

Commit eceb776

Browse files
committed
configure: mark release 20181022
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
1 parent 87f0edb commit eceb776

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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 xrp 20180927.
3+
# Generated by GNU Autoconf 2.69 for xrp 20181022.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='xrp'
579579
PACKAGE_TARNAME='xrp'
580-
PACKAGE_VERSION='20180927'
581-
PACKAGE_STRING='xrp 20180927'
580+
PACKAGE_VERSION='20181022'
581+
PACKAGE_STRING='xrp 20181022'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1340,7 +1340,7 @@ if test "$ac_init_help" = "long"; then
13401340
# Omit some internal or obsolete options to make the list less imposing.
13411341
# This message is too long to be a string in the A/UX 3.1 sh.
13421342
cat <<_ACEOF
1343-
\`configure' configures xrp 20180927 to adapt to many kinds of systems.
1343+
\`configure' configures xrp 20181022 to adapt to many kinds of systems.
13441344
13451345
Usage: $0 [OPTION]... [VAR=VALUE]...
13461346
@@ -1411,7 +1411,7 @@ fi
14111411

14121412
if test -n "$ac_init_help"; then
14131413
case $ac_init_help in
1414-
short | recursive ) echo "Configuration of xrp 20180927:";;
1414+
short | recursive ) echo "Configuration of xrp 20181022:";;
14151415
esac
14161416
cat <<\_ACEOF
14171417
@@ -1529,7 +1529,7 @@ fi
15291529
test -n "$ac_init_help" && exit $ac_status
15301530
if $ac_init_version; then
15311531
cat <<\_ACEOF
1532-
xrp configure 20180927
1532+
xrp configure 20181022
15331533
generated by GNU Autoconf 2.69
15341534
15351535
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1894,7 +1894,7 @@ cat >config.log <<_ACEOF
18941894
This file contains any messages produced by compilers while
18951895
running configure, to aid debugging if configure makes a mistake.
18961896
1897-
It was created by xrp $as_me 20180927, which was
1897+
It was created by xrp $as_me 20181022, which was
18981898
generated by GNU Autoconf 2.69. Invocation command line was
18991899
19001900
$ $0 $@
@@ -2758,7 +2758,7 @@ fi
27582758
27592759
# Define the identity of the package.
27602760
PACKAGE='xrp'
2761-
VERSION='20180927'
2761+
VERSION='20181022'
27622762
27632763
27642764
cat >>confdefs.h <<_ACEOF
@@ -5712,7 +5712,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
57125712
# report actual input values of CONFIG_FILES etc. instead of their
57135713
# values after options handling.
57145714
ac_log="
5715-
This file was extended by xrp $as_me 20180927, which was
5715+
This file was extended by xrp $as_me 20181022, which was
57165716
generated by GNU Autoconf 2.69. Invocation command line was
57175717
57185718
CONFIG_FILES = $CONFIG_FILES
@@ -5769,7 +5769,7 @@ _ACEOF
57695769
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
57705770
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
57715771
ac_cs_version="\\
5772-
xrp config.status 20180927
5772+
xrp config.status 20181022
57735773
configured by $0, generated by GNU Autoconf 2.69,
57745774
with options \\"\$ac_cs_config\\"
57755775

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
#
2323

24-
AC_INIT([xrp], [20180927])
24+
AC_INIT([xrp], [20181022])
2525
AC_CONFIG_AUX_DIR(autoconf)
2626
AC_CONFIG_MACRO_DIR(autoconf)
2727
AM_INIT_AUTOMAKE([foreign subdir-objects silent-rules])

0 commit comments

Comments
 (0)