]> git.notmuchmail.org Git - notmuch/commit
python: replace hardcoding of SONAME version
authorDavid Bremner <david@tethera.net>
Sat, 7 Mar 2015 07:31:14 +0000 (08:31 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 8 Mar 2015 07:30:36 +0000 (08:30 +0100)
commitaed5ec4350809aef34ae8290f8eda2069444b171
tree5b53b5c4b64f74fad1c182f0af9d9f24a3861d1f
parenta00b4abc27ee2402bfe0cf5c1cba5417ecc36097
python: replace hardcoding of SONAME version

Failing to update this string in globals.py causes failures when the
SONAME changes.  In order to hopefully reduce the number of such
errors, automate the process of setting the SONAME in the python
bindings.
Makefile.local
bindings/python/notmuch/globals.py
bindings/python/notmuch/version.py