aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-02-26 17:21:30 -0400
committerDavid Bremner <david@tethera.net>2017-03-22 08:27:58 -0300
commitfc63c1583335d3f09392a37f65edf0b795af2782 (patch)
tree33aa63fa8811f0ce87b1bd44d5dde0267184a632 /lib
parentc39f6361d0798aa8d0dcd0b91f6b86ab9dc21c75 (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch.h4
1 files changed, 2 insertions, 2 deletions
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