From: David Bremner Date: Wed, 5 Nov 2014 23:10:03 +0000 (+0100) Subject: lib: bump LIBNOTMUCH_MAJOR_VERSION to 4 X-Git-Tag: 0.19_rc1~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=74bd4ea2ed8b5dc45643273c1fcc5797af47157a lib: bump LIBNOTMUCH_MAJOR_VERSION to 4 This should have been done at the same time as the SONAME bump. --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 92594b9d..220839b7 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -55,7 +55,7 @@ NOTMUCH_BEGIN_DECLS * The library version number. This must agree with the soname * version in Makefile.local. */ -#define LIBNOTMUCH_MAJOR_VERSION 3 +#define LIBNOTMUCH_MAJOR_VERSION 4 #define LIBNOTMUCH_MINOR_VERSION 1 #define LIBNOTMUCH_MICRO_VERSION 0