From: Brian Aker Date: Tue, 11 Oct 2011 23:12:58 +0000 (-0700) Subject: Adding in versioning documentation. X-Git-Tag: 1.0.2~5^2~2^2~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=51e9a13e51848f89341656f288d2c7f20276b344;p=awesomized%2Flibmemcached Adding in versioning documentation. --- 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. +