Skip to content

Commit 4acf2ad

Browse files
committed
bump to 2.4.0
1 parent 7e90193 commit 4acf2ad

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.71 for tclreadline 2.3.8.
4+
# Generated by GNU Autoconf 2.71 for tclreadline 2.4.0.
55
#
66
#
77
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -609,8 +609,8 @@ MAKEFLAGS=
609609
# Identity of this package.
610610
PACKAGE_NAME='tclreadline'
611611
PACKAGE_TARNAME='tclreadline'
612-
PACKAGE_VERSION='2.3.8'
613-
PACKAGE_STRING='tclreadline 2.3.8'
612+
PACKAGE_VERSION='2.4.0'
613+
PACKAGE_STRING='tclreadline 2.4.0'
614614
PACKAGE_BUGREPORT=''
615615
PACKAGE_URL=''
616616

@@ -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.8 to adapt to many kinds of systems.
1340+
\`configure' configures tclreadline 2.4.0 to adapt to many kinds of systems.
13411341
13421342
Usage: $0 [OPTION]... [VAR=VALUE]...
13431343
@@ -1408,7 +1408,7 @@ fi
14081408

14091409
if test -n "$ac_init_help"; then
14101410
case $ac_init_help in
1411-
short | recursive ) echo "Configuration of tclreadline 2.3.8:";;
1411+
short | recursive ) echo "Configuration of tclreadline 2.4.0:";;
14121412
esac
14131413
cat <<\_ACEOF
14141414
@@ -1512,7 +1512,7 @@ fi
15121512
test -n "$ac_init_help" && exit $ac_status
15131513
if $ac_init_version; then
15141514
cat <<\_ACEOF
1515-
tclreadline configure 2.3.8
1515+
tclreadline configure 2.4.0
15161516
generated by GNU Autoconf 2.71
15171517
15181518
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1716,7 +1716,7 @@ cat >config.log <<_ACEOF
17161716
This file contains any messages produced by compilers while
17171717
running configure, to aid debugging if configure makes a mistake.
17181718
1719-
It was created by tclreadline $as_me 2.3.8, which was
1719+
It was created by tclreadline $as_me 2.4.0, which was
17201720
generated by GNU Autoconf 2.71. Invocation command line was
17211721
17221722
$ $0$ac_configure_args_raw
@@ -2478,9 +2478,9 @@ ac_config_headers="$ac_config_headers config.h"
24782478
24792479
24802480
2481-
MAJOR="`echo '2.3.8' | cut -d. -f 1`"
2482-
MINOR="`echo '2.3.8' | cut -d. -f 2`"
2483-
PATCHLEVEL="`echo '2.3.8' | cut -d. -f 3`"
2481+
MAJOR="`echo '2.4.0' | cut -d. -f 1`"
2482+
MINOR="`echo '2.4.0' | cut -d. -f 2`"
2483+
PATCHLEVEL="`echo '2.4.0' | cut -d. -f 3`"
24842484
VERSION=$MAJOR.$MINOR
24852485
PATCHLEVEL_STR=$VERSION.$PATCHLEVEL
24862486
@@ -3004,7 +3004,7 @@ fi
30043004
30053005
# Define the identity of the package.
30063006
PACKAGE='tclreadline'
3007-
VERSION='2.3.8'
3007+
VERSION='2.4.0'
30083008
30093009
30103010
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -6005,7 +6005,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
60056005
# report actual input values of CONFIG_FILES etc. instead of their
60066006
# values after options handling.
60076007
ac_log="
6008-
This file was extended by tclreadline $as_me 2.3.8, which was
6008+
This file was extended by tclreadline $as_me 2.4.0, which was
60096009
generated by GNU Autoconf 2.71. Invocation command line was
60106010
60116011
CONFIG_FILES = $CONFIG_FILES
@@ -6073,7 +6073,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
60736073
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
60746074
ac_cs_config='$ac_cs_config_escaped'
60756075
ac_cs_version="\\
6076-
tclreadline config.status 2.3.8
6076+
tclreadline config.status 2.4.0
60776077
configured by $0, generated by GNU Autoconf 2.71,
60786078
with options \\"\$ac_cs_config\\"
60796079

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl Copyright (c) 1998 - 2014, Johannes Zellner <johannes@zellner.org>
88
dnl This software is copyright under the BSD license.
99
dnl ---
1010

11-
AC_INIT([tclreadline],[2.3.8])
11+
AC_INIT([tclreadline],[2.4.0])
1212
AC_CONFIG_SRCDIR([tclreadline.c])
1313
AC_CONFIG_HEADERS(config.h)
1414
AC_PREREQ([2.71])

0 commit comments

Comments
 (0)