From a35040eec7465b60e820e70582fb264ce81e1f3b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 22 Mar 2017 09:19:02 -0300 Subject: [PATCH] python: bump SOVERSION to 5 Otherwise hilarity ensues when the python bindings try to use the new API against the old shared library. --- bindings/python/notmuch/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.43.0