Skip to content

Commit cfd5080

Browse files
authored
bump version to 2.3.8
1 parent 3182a4b commit cfd5080

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

configure

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for tclreadline 2.3.7.
4+
# Generated by GNU Autoconf 2.69 for tclreadline 2.3.8.
55
#
66
#
77
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -588,8 +588,8 @@ MAKEFLAGS=
588588
# Identity of this package.
589589
PACKAGE_NAME='tclreadline'
590590
PACKAGE_TARNAME='tclreadline'
591-
PACKAGE_VERSION='2.3.7'
592-
PACKAGE_STRING='tclreadline 2.3.7'
591+
PACKAGE_VERSION='2.3.8'
592+
PACKAGE_STRING='tclreadline 2.3.8'
593593
PACKAGE_BUGREPORT=''
594594
PACKAGE_URL=''
595595

@@ -1337,7 +1337,7 @@ if test "$ac_init_help" = "long"; then
13371337
# Omit some internal or obsolete options to make the list less imposing.
13381338
# This message is too long to be a string in the A/UX 3.1 sh.
13391339
cat <<_ACEOF
1340-
\`configure' configures tclreadline 2.3.7 to adapt to many kinds of systems.
1340+
\`configure' configures tclreadline 2.3.8 to adapt to many kinds of systems.
13411341
13421342
Usage: $0 [OPTION]... [VAR=VALUE]...
13431343
@@ -1407,7 +1407,7 @@ fi
14071407

14081408
if test -n "$ac_init_help"; then
14091409
case $ac_init_help in
1410-
short | recursive ) echo "Configuration of tclreadline 2.3.7:";;
1410+
short | recursive ) echo "Configuration of tclreadline 2.3.8:";;
14111411
esac
14121412
cat <<\_ACEOF
14131413
@@ -1526,7 +1526,7 @@ fi
15261526
test -n "$ac_init_help" && exit $ac_status
15271527
if $ac_init_version; then
15281528
cat <<\_ACEOF
1529-
tclreadline configure 2.3.7
1529+
tclreadline configure 2.3.8
15301530
generated by GNU Autoconf 2.69
15311531
15321532
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1937,7 +1937,7 @@ cat >config.log <<_ACEOF
19371937
This file contains any messages produced by compilers while
19381938
running configure, to aid debugging if configure makes a mistake.
19391939
1940-
It was created by tclreadline $as_me 2.3.7, which was
1940+
It was created by tclreadline $as_me 2.3.8, which was
19411941
generated by GNU Autoconf 2.69. Invocation command line was
19421942
19431943
$ $0 $@
@@ -2320,9 +2320,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
23202320

23212321

23222322

2323-
MAJOR="`echo '2.3.7' | cut -d. -f 1`"
2324-
MINOR="`echo '2.3.7' | cut -d. -f 2`"
2325-
PATCHLEVEL="`echo '2.3.7' | cut -d. -f 3`"
2323+
MAJOR="`echo '2.3.8' | cut -d. -f 1`"
2324+
MINOR="`echo '2.3.8' | cut -d. -f 2`"
2325+
PATCHLEVEL="`echo '2.3.8' | cut -d. -f 3`"
23262326
VERSION=$MAJOR.$MINOR
23272327
PATCHLEVEL_STR=$VERSION.$PATCHLEVEL
23282328

@@ -2818,7 +2818,7 @@ fi
28182818

28192819
# Define the identity of the package.
28202820
PACKAGE='tclreadline'
2821-
VERSION='2.3.7'
2821+
VERSION='2.3.8'
28222822

28232823

28242824
cat >>confdefs.h <<_ACEOF
@@ -13350,7 +13350,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1335013350
# report actual input values of CONFIG_FILES etc. instead of their
1335113351
# values after options handling.
1335213352
ac_log="
13353-
This file was extended by tclreadline $as_me 2.3.7, which was
13353+
This file was extended by tclreadline $as_me 2.3.8, which was
1335413354
generated by GNU Autoconf 2.69. Invocation command line was
1335513355
1335613356
CONFIG_FILES = $CONFIG_FILES
@@ -13416,7 +13416,7 @@ _ACEOF
1341613416
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1341713417
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1341813418
ac_cs_version="\\
13419-
tclreadline config.status 2.3.7
13419+
tclreadline config.status 2.3.8
1342013420
configured by $0, generated by GNU Autoconf 2.69,
1342113421
with options \\"\$ac_cs_config\\"
1342213422

0 commit comments

Comments
 (0)