]> 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 442f3e3521077469b378d1ed70a4d9f00a640194..f5fad72aa4edf638f98b2508e0bce501fd2a9e55 100644 (file)
@@ -14,7 +14,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 
-Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
+Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
 """
 import sys
 from ctypes import CDLL, Structure, POINTER
@@ -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.")