From: David Bremner Date: Wed, 22 Mar 2017 12:19:02 +0000 (-0300) Subject: python: bump SOVERSION to 5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a35040eec7465b60e820e70582fb264ce81e1f3b;p=notmuch.git python: bump SOVERSION to 5 Otherwise hilarity ensues when the python bindings try to use the new API against the old shared library. --- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 1bbd9464..903dbb04 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version __VERSION__ = '0.24' -SOVERSION = '4' +SOVERSION = '5'