]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/globals.py
lib: Bump SO version from 2.0.0 to 3.0.0
[notmuch] / bindings / python / notmuch / globals.py
index 823c3e23332fce884505f07f25fa4b2ed896c00a..f5fad72aa4edf638f98b2508e0bce501fd2a9e55 100644 (file)
@@ -22,7 +22,7 @@ from ctypes import CDLL, Structure, POINTER
 #-----------------------------------------------------------------------------
 #package-global instance of the notmuch library
 try:
-    nmlib = CDLL("libnotmuch.so.2")
+    nmlib = CDLL("libnotmuch.so.3")
 except:
     raise ImportError("Could not find shared 'notmuch' library.")