From: Brian Aker Date: Mon, 18 Feb 2008 08:31:18 +0000 (-0800) Subject: Updates for versions X-Git-Tag: 0.20~9^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=447c9657b64e46adf62796077f6f6c674466f8d1;p=awesomized%2Flibmemcached Updates for versions --- diff --git a/ChangeLog b/ChangeLog index 4510c19b..daa339b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.16 +0.16 Mon Feb 18 00:30:25 PST 2008 * Work on the UDP protocol * Added get_by_key, set_by_key tests for C++ API * Fix for limit_maxbytes to be 64bit in stats diff --git a/configure.ac b/configure.ac index b70514ad..d1a1da75 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached #release versioning MEMCACHED_MAJOR_VERSION=0 -MEMCACHED_MINOR_VERSION=17 +MEMCACHED_MINOR_VERSION=16 MEMCACHED_MICRO_VERSION=0 #API version diff --git a/include/memcached.h b/include/memcached.h index e0f829aa..759a6959 100644 --- a/include/memcached.h +++ b/include/memcached.h @@ -32,7 +32,7 @@ extern "C" { #define MEMCACHED_DEFAULT_TIMEOUT INT32_MAX /* string value */ -#define LIBMEMCACHED_VERSION_STRING "0.17" +#define LIBMEMCACHED_VERSION_STRING "0.16" typedef enum { MEMCACHED_SUCCESS,