projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
242d5a3
)
python: bump SOVERSION to 5
author
David Bremner
<david@tethera.net>
Wed, 22 Mar 2017 12:19:02 +0000
(09:19 -0300)
committer
David 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
patch
|
blob
|
history
diff --git
a/bindings/python/notmuch/version.py
b/bindings/python/notmuch/version.py
index 1bbd94646c0f61da2f9818a2b237000369b80bfc..903dbb04ffdb7d17255772b4c84b3c64dc3337ca 100644
(file)
--- 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
'