From: Brian Aker Date: Sun, 11 Mar 2012 02:38:50 +0000 (-0800) Subject: Update version info for next version. X-Git-Tag: 1.0.5~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f527ad025fa0e74e215f9ceb4ee8a703ef8e4a2d;p=m6w6%2Flibmemcached Update version info for next version. --- diff --git a/ChangeLog b/ChangeLog index 450519fd..179eed9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,8 @@ 1.0.5 - -* Version is now parsed directly in the parser, which makes buffered -operations now work with it.. - -* memstat has been extended so that it can be used to find the version of the -server. +* Version is now parsed directly in the parser, which makes buffered operations now work with it.. +* memstat has been extended so that it can be used to find the version of the server. +* Update documentation. +* Fixes for compile issues on Debian and Ubuntu 1.0.4 Thu Jan 26 22:33:54 PST 2012 diff --git a/configure.ac b/configure.ac index 1fe4f774..965ad3bf 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_INIT([libmemcached],[1.0.4],[http://libmemcached.org/]) +AC_INIT([libmemcached],[1.0.5],[http://libmemcached.org/]) AC_CONFIG_AUX_DIR(config)