aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-04-28 18:25:36 -0400
committerGravatar David Bremner <bremner@debian.org>2012-05-05 20:06:09 -0300
commit7bf5be75ae8e3c2d4e8c06bba8b44f4fd495349b (patch)
treefc2ec751275b940847a06315fa61d518b49ca249 /lib
parentf1c6e22ee60c6e546315368aa3c3d90be36cd945 (diff)
lib: Bump SO version from 2.0.0 to 3.0.0
We've changed the APIs of notmuch_database_open, notmuch_database_create, and notmuch_database_close. Amended by db: also bump string in bindings/python/notmuch/globals.py
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 54c4dea4..8a9aa28a 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -5,7 +5,7 @@
# the library interface, (such as the deletion of an API or a major
# semantic change that breaks formerly functioning code).
#
-LIBNOTMUCH_VERSION_MAJOR = 2
+LIBNOTMUCH_VERSION_MAJOR = 3
# The minor version of the library interface. This should be incremented at
# the time of release for any additions to the library interface,