Skip to content

Commit fcf8531

Browse files
committed
Update version number.
1 parent a0135f7 commit fcf8531

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.69 for tclreadline 2.3.2.
4+
# Generated by GNU Autoconf 2.69 for tclreadline 2.3.5.
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.2'
592-
PACKAGE_STRING='tclreadline 2.3.2'
591+
PACKAGE_VERSION='2.3.5'
592+
PACKAGE_STRING='tclreadline 2.3.5'
593593
PACKAGE_BUGREPORT=''
594594
PACKAGE_URL=''
595595

@@ -1344,7 +1344,7 @@ if test "$ac_init_help" = "long"; then
13441344
# Omit some internal or obsolete options to make the list less imposing.
13451345
# This message is too long to be a string in the A/UX 3.1 sh.
13461346
cat <<_ACEOF
1347-
\`configure' configures tclreadline 2.3.2 to adapt to many kinds of systems.
1347+
\`configure' configures tclreadline 2.3.5 to adapt to many kinds of systems.
13481348
13491349
Usage: $0 [OPTION]... [VAR=VALUE]...
13501350
@@ -1415,7 +1415,7 @@ fi
14151415

14161416
if test -n "$ac_init_help"; then
14171417
case $ac_init_help in
1418-
short | recursive ) echo "Configuration of tclreadline 2.3.2:";;
1418+
short | recursive ) echo "Configuration of tclreadline 2.3.5:";;
14191419
esac
14201420
cat <<\_ACEOF
14211421
@@ -1533,7 +1533,7 @@ fi
15331533
test -n "$ac_init_help" && exit $ac_status
15341534
if $ac_init_version; then
15351535
cat <<\_ACEOF
1536-
tclreadline configure 2.3.2
1536+
tclreadline configure 2.3.5
15371537
generated by GNU Autoconf 2.69
15381538
15391539
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1944,7 +1944,7 @@ cat >config.log <<_ACEOF
19441944
This file contains any messages produced by compilers while
19451945
running configure, to aid debugging if configure makes a mistake.
19461946
1947-
It was created by tclreadline $as_me 2.3.2, which was
1947+
It was created by tclreadline $as_me 2.3.5, which was
19481948
generated by GNU Autoconf 2.69. Invocation command line was
19491949
19501950
$ $0 $@
@@ -2327,9 +2327,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
23272327

23282328

23292329

2330-
MAJOR="`echo '2.3.2' | cut -d. -f 1`"
2331-
MINOR="`echo '2.3.2' | cut -d. -f 2`"
2332-
PATCHLEVEL="`echo '2.3.2' | cut -d. -f 3`"
2330+
MAJOR="`echo '2.3.5' | cut -d. -f 1`"
2331+
MINOR="`echo '2.3.5' | cut -d. -f 2`"
2332+
PATCHLEVEL="`echo '2.3.5' | cut -d. -f 3`"
23332333
VERSION=$MAJOR.$MINOR
23342334
PATCHLEVEL_STR=$VERSION.$PATCHLEVEL
23352335

@@ -2825,7 +2825,7 @@ fi
28252825

28262826
# Define the identity of the package.
28272827
PACKAGE='tclreadline'
2828-
VERSION='2.3.2'
2828+
VERSION='2.3.5'
28292829

28302830

28312831
cat >>confdefs.h <<_ACEOF
@@ -13347,7 +13347,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1334713347
# report actual input values of CONFIG_FILES etc. instead of their
1334813348
# values after options handling.
1334913349
ac_log="
13350-
This file was extended by tclreadline $as_me 2.3.2, which was
13350+
This file was extended by tclreadline $as_me 2.3.5, which was
1335113351
generated by GNU Autoconf 2.69. Invocation command line was
1335213352
1335313353
CONFIG_FILES = $CONFIG_FILES
@@ -13413,7 +13413,7 @@ _ACEOF
1341313413
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1341413414
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1341513415
ac_cs_version="\\
13416-
tclreadline config.status 2.3.2
13416+
tclreadline config.status 2.3.5
1341713417
configured by $0, generated by GNU Autoconf 2.69,
1341813418
with options \\"\$ac_cs_config\\"
1341913419

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.2])
11+
AC_INIT([tclreadline], [2.3.5])
1212
AC_CONFIG_SRCDIR([tclreadline.c])
1313
AC_CONFIG_HEADERS(config.h)
1414
AC_PREREQ(2.13)

0 commit comments

Comments
 (0)