docs: sanitize
[awesomized/libmemcached] / docs / source / versioning.rst
1 ==========
2 Versioning
3 ==========
4
5 Libmemcached is laid out by interface version. The 1.0 version would be found in: ``libmemcached-1.0/memcached.h``
6
7 The historic ``libmemcached/memcached.h`` includes ``libmemcached-1.0/memcached.h``.
8 For best practice you should include the version of libmemcached that you used during development.
9