From 6a21537d2872e746815af795100cd0a3ed93674c Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 10 Feb 2010 09:41:33 -0800 Subject: [PATCH] Updating version information. --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.30.2