From f527ad025fa0e74e215f9ceb4ee8a703ef8e4a2d Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sat, 10 Mar 2012 18:38:50 -0800 Subject: [PATCH] Update version info for next version. --- ChangeLog | 10 ++++------ configure.ac | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) 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) -- 2.30.2