From: David Bremner Date: Sun, 26 Feb 2017 21:21:30 +0000 (-0400) Subject: lib: bump SONAME to libnotmuch5 X-Git-Tag: 0.25_rc0~98 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fc63c1583335d3f09392a37f65edf0b795af2782 lib: bump SONAME to libnotmuch5 We plan a sequence of ABI breaking changes. Put the SONAME change in a separate commit to make reordering easier. --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 16da8be9..af4efbc8 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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