Skip to content

Commit 07c3738

Browse files
authored
Merge pull request #7 from flightaware/bump_1_3_2
bump version to 1.3.2
2 parents f325c93 + 8b39416 commit 07c3738

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

Lines changed: 9 additions & 9 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.72 for TclMemcache 1.3.1.
3+
# Generated by GNU Autoconf 2.72 for TclMemcache 1.3.2.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
601601
# Identity of this package.
602602
PACKAGE_NAME='TclMemcache'
603603
PACKAGE_TARNAME='tclmemcache'
604-
PACKAGE_VERSION='1.3.1'
605-
PACKAGE_STRING='TclMemcache 1.3.1'
604+
PACKAGE_VERSION='1.3.2'
605+
PACKAGE_STRING='TclMemcache 1.3.2'
606606
PACKAGE_BUGREPORT=''
607607
PACKAGE_URL=''
608608

@@ -1317,7 +1317,7 @@ if test "$ac_init_help" = "long"; then
13171317
# Omit some internal or obsolete options to make the list less imposing.
13181318
# This message is too long to be a string in the A/UX 3.1 sh.
13191319
cat <<_ACEOF
1320-
'configure' configures TclMemcache 1.3.1 to adapt to many kinds of systems.
1320+
'configure' configures TclMemcache 1.3.2 to adapt to many kinds of systems.
13211321
13221322
Usage: $0 [OPTION]... [VAR=VALUE]...
13231323
@@ -1379,7 +1379,7 @@ fi
13791379

13801380
if test -n "$ac_init_help"; then
13811381
case $ac_init_help in
1382-
short | recursive ) echo "Configuration of TclMemcache 1.3.1:";;
1382+
short | recursive ) echo "Configuration of TclMemcache 1.3.2:";;
13831383
esac
13841384
cat <<\_ACEOF
13851385
@@ -1481,7 +1481,7 @@ fi
14811481
test -n "$ac_init_help" && exit $ac_status
14821482
if $ac_init_version; then
14831483
cat <<\_ACEOF
1484-
TclMemcache configure 1.3.1
1484+
TclMemcache configure 1.3.2
14851485
generated by GNU Autoconf 2.72
14861486
14871487
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1788,7 +1788,7 @@ cat >config.log <<_ACEOF
17881788
This file contains any messages produced by compilers while
17891789
running configure, to aid debugging if configure makes a mistake.
17901790
1791-
It was created by TclMemcache $as_me 1.3.1, which was
1791+
It was created by TclMemcache $as_me 1.3.2, which was
17921792
generated by GNU Autoconf 2.72. Invocation command line was
17931793
17941794
$ $0$ac_configure_args_raw
@@ -9068,7 +9068,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
90689068
# report actual input values of CONFIG_FILES etc. instead of their
90699069
# values after options handling.
90709070
ac_log="
9071-
This file was extended by TclMemcache $as_me 1.3.1, which was
9071+
This file was extended by TclMemcache $as_me 1.3.2, which was
90729072
generated by GNU Autoconf 2.72. Invocation command line was
90739073
90749074
CONFIG_FILES = $CONFIG_FILES
@@ -9123,7 +9123,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
91239123
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
91249124
ac_cs_config='$ac_cs_config_escaped'
91259125
ac_cs_version="\\
9126-
TclMemcache config.status 1.3.1
9126+
TclMemcache config.status 1.3.2
91279127
configured by $0, generated by GNU Autoconf 2.72,
91289128
with options \\"\$ac_cs_config\\"
91299129

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl to configure the system for the local environment.
1616
# so you can encode the package version directly into the source files.
1717
#-----------------------------------------------------------------------
1818

19-
AC_INIT([TclMemcache], [1.3.1])
19+
AC_INIT([TclMemcache], [1.3.2])
2020

2121
#--------------------------------------------------------------------
2222
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

0 commit comments

Comments
 (0)