Updates for versions
authorBrian Aker <brian@tangent.org>
Mon, 18 Feb 2008 08:31:18 +0000 (00:31 -0800)
committerBrian Aker <brian@tangent.org>
Mon, 18 Feb 2008 08:31:18 +0000 (00:31 -0800)
ChangeLog
configure.ac
include/memcached.h

index 4510c19bd98707e932e44512492974292193a766..daa339b9cbcf43e3943ab2c7d2da13280957c69c 100644 (file)
--- 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
index b70514adce3ecf21e209a970a307932b5ee84b18..d1a1da75fe7dadfe6beff89fd0a7eb9d6c368901 100644 (file)
@@ -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
index e0f829aa7b526de3140b47107e162f6800d25bab..759a69590496ed179eae5bccff3449e54d603f04 100644 (file)
@@ -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,