From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 09:13:13 +0000 (+0000) Subject: Deploy to GitHub pages X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7a6ebf3a611e2e43aa496885f301c6826a49d25c;p=m6w6%2Flibmemcached Deploy to GitHub pages --- diff --git a/.buildinfo b/.buildinfo index b90b43d5..1cc40699 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: df2a6a84c17c569450b5f8b8802b5d91 +config: 4949304aa38381a65c522395f85ec7ec tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ChangeLog-0.html b/ChangeLog-0.html index 64ed05a7..941b9913 100644 --- a/ChangeLog-0.html +++ b/ChangeLog-0.html @@ -8,7 +8,7 @@ -
${lib}-${major}.${minor}
-to ${lib}-${major}
due to having the minor version (always having been 0
-in this case) in the public interface being unreasonable when using semantic
-versioning. Symbolic links are provided for backwards compatibility, though.LIBMEMCACHED_VERSION_STRING
¶String value of libmemcached version such as "1.1.0"
+String value of libmemcached version such as "1.0.99"
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
.
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.