From: Brian Aker Date: Mon, 11 Mar 2013 07:57:15 +0000 (-0400) Subject: Just move the version forward. X-Git-Tag: 1.0.17~3^2^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=5db4ece0e8254a205d10e8fda842120a001c17c8;hp=91ea3455ccf0cebaecbb2c0ee4ead073b6d86354;p=awesomized%2Flibmemcached Just move the version forward. --- 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])