Skip to content

Commit 01c7ef8

Browse files
committed
increment to version 1.2.0
1 parent 86d7c15 commit 01c7ef8

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2016-11-11 Jeff Lawson <jeff@bovine.net>
2+
3+
Release of version 1.2.0
4+
5+
Support Unicode strings as values for get/set/add/append/replace operations.
6+
17
2016-06-01 Jeff Lawson <jeff@bovine.net>
28

39
Release of version 1.1.1

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.69 for TclMemcache 1.1.1.
3+
# Generated by GNU Autoconf 2.69 for TclMemcache 1.2.0.
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='TclMemcache'
579579
PACKAGE_TARNAME='tclmemcache'
580-
PACKAGE_VERSION='1.1.1'
581-
PACKAGE_STRING='TclMemcache 1.1.1'
580+
PACKAGE_VERSION='1.2.0'
581+
PACKAGE_STRING='TclMemcache 1.2.0'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then
12901290
# Omit some internal or obsolete options to make the list less imposing.
12911291
# This message is too long to be a string in the A/UX 3.1 sh.
12921292
cat <<_ACEOF
1293-
\`configure' configures TclMemcache 1.1.1 to adapt to many kinds of systems.
1293+
\`configure' configures TclMemcache 1.2.0 to adapt to many kinds of systems.
12941294
12951295
Usage: $0 [OPTION]... [VAR=VALUE]...
12961296
@@ -1351,7 +1351,7 @@ fi
13511351

13521352
if test -n "$ac_init_help"; then
13531353
case $ac_init_help in
1354-
short | recursive ) echo "Configuration of TclMemcache 1.1.1:";;
1354+
short | recursive ) echo "Configuration of TclMemcache 1.2.0:";;
13551355
esac
13561356
cat <<\_ACEOF
13571357
@@ -1452,7 +1452,7 @@ fi
14521452
test -n "$ac_init_help" && exit $ac_status
14531453
if $ac_init_version; then
14541454
cat <<\_ACEOF
1455-
TclMemcache configure 1.1.1
1455+
TclMemcache configure 1.2.0
14561456
generated by GNU Autoconf 2.69
14571457
14581458
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1817,7 +1817,7 @@ cat >config.log <<_ACEOF
18171817
This file contains any messages produced by compilers while
18181818
running configure, to aid debugging if configure makes a mistake.
18191819
1820-
It was created by TclMemcache $as_me 1.1.1, which was
1820+
It was created by TclMemcache $as_me 1.2.0, which was
18211821
generated by GNU Autoconf 2.69. Invocation command line was
18221822
18231823
$ $0 $@
@@ -8200,7 +8200,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
82008200
# report actual input values of CONFIG_FILES etc. instead of their
82018201
# values after options handling.
82028202
ac_log="
8203-
This file was extended by TclMemcache $as_me 1.1.1, which was
8203+
This file was extended by TclMemcache $as_me 1.2.0, which was
82048204
generated by GNU Autoconf 2.69. Invocation command line was
82058205
82068206
CONFIG_FILES = $CONFIG_FILES
@@ -8253,7 +8253,7 @@ _ACEOF
82538253
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
82548254
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
82558255
ac_cs_version="\\
8256-
TclMemcache config.status 1.1.1
8256+
TclMemcache config.status 1.2.0
82578257
configured by $0, generated by GNU Autoconf 2.69,
82588258
with options \\"\$ac_cs_config\\"
82598259

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.1.1])
19+
AC_INIT([TclMemcache], [1.2.0])
2020

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

0 commit comments

Comments
 (0)