From: Brian Aker Date: Fri, 1 Feb 2008 18:35:58 +0000 (-0800) Subject: Incrememting for next version X-Git-Tag: 0.20~28 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=53b79c48bf54908d7f5e42a2adce519b4381af69;p=awesomized%2Flibmemcached Incrememting for next version --- diff --git a/ChangeLog b/ChangeLog index 9b6fc66b..e42a42f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.16 + * Work on the UDP protocol + 0.15 Tue Jan 29 14:55:44 PST 2008 * More work on the C++ API. * Bug fixes around block corner cases. diff --git a/configure.ac b/configure.ac index 4eb75e2a..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=15 +MEMCACHED_MINOR_VERSION=16 MEMCACHED_MICRO_VERSION=0 #API version diff --git a/include/memcached.h b/include/memcached.h index cb74fe9d..9fb5d1e2 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.15" +#define LIBMEMCACHED_VERSION_STRING "0.16" typedef enum { MEMCACHED_SUCCESS,