summaryrefslogtreecommitdiff
path: root/docs/source/versioning.rst
blob: dd3bee9dbe72931a006058c6508da0f8efeb0a72 (plain)
1
2
3
4
5
6
7
8
==========
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.