Adding in versioning documentation.
authorBrian Aker <brian@tangent.org>
Tue, 11 Oct 2011 23:12:58 +0000 (16:12 -0700)
committerBrian Aker <brian@tangent.org>
Tue, 11 Oct 2011 23:12:58 +0000 (16:12 -0700)
docs/index.rst
docs/versioning.rst [new file with mode: 0644]

index 4f4ccfa37cc27bd715aac4600d26db98168c2356..1280cedcfb180815f7c65bca4a6e2fe69a3baaa3 100644 (file)
@@ -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 (file)
index 0000000..dd7f896
--- /dev/null
@@ -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.
+