From: Brian Aker Date: Mon, 11 Mar 2013 10:22:06 +0000 (-0700) Subject: Version. X-Git-Tag: 1.0.17~3^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=6b7d046bd25c3c012c20b184415e81266ad037e3;hp=7d5121e0a421d3efae7661049c436bd5a8e193e0;p=awesomized%2Flibmemcached Version. --- diff --git a/ChangeLog b/ChangeLog index 55c1cfd6..2ffba574 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1.0.17 +* + 1.0.16 Thu Jan 31 19:14:32 EST 2013 * Added support to do two part shutdown of socket. * Fixes for Fedora 18. diff --git a/configure.ac b/configure.ac index f21171d3..a70143ab 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_INIT([libmemcached],[1.0.16],[http://libmemcached.org/]) +AC_INIT([libmemcached],[1.0.17],[http://libmemcached.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])