aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Peter Wang <novalazy@gmail.com>2014-04-16 22:59:17 +1000
committerGravatar David Bremner <david@tethera.net>2014-09-16 20:16:31 +0200
commit6754ad9f9e46a08da9332a066b2dc606c18277d0 (patch)
treea80c21321cdb0b8a59e4dc761b1137b180222198 /lib
parentc34d6bad0f9da300eac2181e2073aee130432932 (diff)
lib: bump soname
Adding return values to notmuch_database_close and notmuch_database_destroy may require bumping the soname.
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 c56cba99..41203909 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 = 3
+LIBNOTMUCH_VERSION_MAJOR = 4
# The minor version of the library interface. This should be incremented at
# the time of release for any additions to the library interface,