Updated the library version constant to 0.26 (seems it was forgotten)
authorToru Maesaka <dev@torum.net>
Tue, 10 Feb 2009 08:13:56 +0000 (17:13 +0900)
committerToru Maesaka <dev@torum.net>
Tue, 10 Feb 2009 08:13:56 +0000 (17:13 +0900)
libmemcached/memcached.h

index cc074d447c9e4c66193c23da3e6df2f0b89eacf5..352fd0fa176edcbb57669b3e7c08014901d4aa7b 100644 (file)
@@ -42,7 +42,7 @@ struct memcached_continuum_item_st {
   uint32_t value;
 };
 
-#define LIBMEMCACHED_VERSION_STRING "0.25"
+#define LIBMEMCACHED_VERSION_STRING "0.26"
 
 struct memcached_analysis_st {
   uint64_t most_used_bytes;