From: David Bremner Date: Wed, 22 Mar 2017 12:19:02 +0000 (-0300) Subject: python: bump SOVERSION to 5 X-Git-Tag: 0.25_rc0~92 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a35040eec7465b60e820e70582fb264ce81e1f3b;hp=242d5a3ed5ed85bb935c8ed4a4678d7596d8534d 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'