From: David Bremner Date: Sat, 7 Mar 2015 07:31:14 +0000 (+0100) Subject: python: replace hardcoding of SONAME version X-Git-Tag: 0.20~37 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=aed5ec4350809aef34ae8290f8eda2069444b171;hp=aed5ec4350809aef34ae8290f8eda2069444b171 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. ---