From: Brian Aker Date: Wed, 10 Feb 2010 17:41:33 +0000 (-0800) Subject: Updating version information. X-Git-Tag: 0.40~49 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=6a21537d2872e746815af795100cd0a3ed93674c;p=awesomized%2Flibmemcached Updating version information. --- diff --git a/ChangeLog b/ChangeLog index 5012b84c..1b946b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.38 +0.38 Wed Feb 10 09:40:33 PST 2010 * C++ interface for libhashkit. * Modified memcached_set_memory_allocators() so that it requires a context pointer. * memcached_clone() now runs 5 times faster. diff --git a/configure.ac b/configure.ac index dc560daf..6f4b0ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # the COPYING file in this directory for full text. AC_PREREQ(2.59) -AC_INIT([libmemcached],[0.37],[http://tangent.org/552/libmemcached.html]) +AC_INIT([libmemcached],[0.38],[http://tangent.org/552/libmemcached.html]) AC_CONFIG_SRCDIR([libmemcached/memcached.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER([config.h])