From: Toru Maesaka Date: Tue, 10 Feb 2009 08:13:56 +0000 (+0900) Subject: Updated the library version constant to 0.26 (seems it was forgotten) X-Git-Tag: 0.27~34 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=e45a56c5f17d232853b34cce8efd4b6a383fe7f2;p=awesomized%2Flibmemcached Updated the library version constant to 0.26 (seems it was forgotten) --- diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index cc074d44..352fd0fa 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -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;