Incrememting for next version
authorBrian Aker <brian@tangent.org>
Fri, 1 Feb 2008 18:35:58 +0000 (10:35 -0800)
committerBrian Aker <brian@tangent.org>
Fri, 1 Feb 2008 18:35:58 +0000 (10:35 -0800)
ChangeLog
configure.ac
include/memcached.h

index 9b6fc66baf730818e480e5e21186584913abcafd..e42a42f445a36c61beab60058fa166a3411d7c46 100644 (file)
--- 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.
index 4eb75e2a18b21811759ed762f989440286d4a6b3..d1a1da75fe7dadfe6beff89fd0a7eb9d6c368901 100644 (file)
@@ -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
index cb74fe9d8aeea575aee099c608cadd6dad318cd8..9fb5d1e2ce9a95b3c52d388389622b4c0cc5aabf 100644 (file)
@@ -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,