]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump SONAME to libnotmuch5
authorDavid Bremner <david@tethera.net>
Sun, 26 Feb 2017 21:21:30 +0000 (17:21 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 11:27:58 +0000 (08:27 -0300)
We plan a sequence of ABI breaking changes. Put the SONAME change in a
separate commit to make reordering easier.

lib/notmuch.h

index 16da8be987fda37a25e6854963ab0637c7fd04e3..af4efbc8a18fe030d1652a69807b9024ce75de6f 100644 (file)
@@ -55,8 +55,8 @@ NOTMUCH_BEGIN_DECLS
  * The library version number.  This must agree with the soname
  * version in Makefile.local.
  */
-#define LIBNOTMUCH_MAJOR_VERSION       4
-#define LIBNOTMUCH_MINOR_VERSION       4
+#define LIBNOTMUCH_MAJOR_VERSION       5
+#define LIBNOTMUCH_MINOR_VERSION       0
 #define LIBNOTMUCH_MICRO_VERSION       0