]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump soname
authorPeter Wang <novalazy@gmail.com>
Wed, 16 Apr 2014 12:59:17 +0000 (22:59 +1000)
committerDavid Bremner <david@tethera.net>
Tue, 16 Sep 2014 18:16:31 +0000 (20:16 +0200)
Adding return values to notmuch_database_close and
notmuch_database_destroy may require bumping the soname.

lib/Makefile.local

index c56cba99d7fa4aad169abc40bc112bca35552efb..412039094c6512731e91ae154637d92ac5d9401e 100644 (file)
@@ -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,