From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 19:35:01 +0000 (+0000) Subject: Deploy to GitHub pages X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f630617020eca3f15316047d062dc998b07d765d;p=m6w6%2Flibmemcached Deploy to GitHub pages --- diff --git a/.buildinfo b/.buildinfo index 1cc40699..b90b43d5 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4949304aa38381a65c522395f85ec7ec +config: df2a6a84c17c569450b5f8b8802b5d91 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ChangeLog-0.html b/ChangeLog-0.html index 941b9913..64ed05a7 100644 --- a/ChangeLog-0.html +++ b/ChangeLog-0.html @@ -8,7 +8,7 @@ -
LIBMEMCACHED_VERSION_STRING
¶String value of libmemcached version such as "1.0.99"
+String value of libmemcached version such as "1.1.0"
Libmemcached is laid out by interface version. The 1.0 version would be found
-in: libmemcached-1.0/memcached.h
The historic libmemcached/memcached.h
includes
-libmemcached-1.0/memcached.h
. For best practice you should include the
-version of libmemcached that you used during development.
Libmemcached is laid out by interface version and strives to adhere to the
+Semantic Versioning Specification
since version 1.1
.
See also
+ +The 1.x version would be found in: libmemcached-1/memcached.h
. The historic
+libmemcached/memcached.h
includes libmemcached-1/memcached.h
and on
+previously supported platforms libmemcached-1.0
points to libmemcached-1
.