]> git.notmuchmail.org Git - notmuch/commitdiff
python: bump SOVERSION to 5
authorDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 12:19:02 +0000 (09:19 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 12:25:59 +0000 (09:25 -0300)
Otherwise hilarity ensues when the python bindings try to use the new
API against the old shared library.

bindings/python/notmuch/version.py

index 1bbd94646c0f61da2f9818a2b237000369b80bfc..903dbb04ffdb7d17255772b4c84b3c64dc3337ca 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
 __VERSION__ = '0.24'
 # this file should be kept in sync with ../../../version
 __VERSION__ = '0.24'
-SOVERSION = '4'
+SOVERSION = '5'