From 51e9a13e51848f89341656f288d2c7f20276b344 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 11 Oct 2011 16:12:58 -0700 Subject: [PATCH] Adding in versioning documentation. --- docs/index.rst | 1 + docs/versioning.rst | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/versioning.rst diff --git a/docs/index.rst b/docs/index.rst index 4f4ccfa3..1280cedc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,7 @@ Basics :maxdepth: 1 libmemcached + versioning memcached_create libmemcached_examples libmemcached_configuration diff --git a/docs/versioning.rst b/docs/versioning.rst new file mode 100644 index 00000000..dd7f896d --- /dev/null +++ b/docs/versioning.rst @@ -0,0 +1,9 @@ +========== +Versioning +========== + +Libmemcached is layed 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 libmemcacached that you used during development. + -- 2.30.2