aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2014-11-06 00:10:03 +0100
committerDavid Bremner <david@tethera.net>2014-11-06 00:10:03 +0100
commit74bd4ea2ed8b5dc45643273c1fcc5797af47157a (patch)
treeae63523dbab0d5d8bda953559af8fb94a208b275
parentf310e349df60f18deea91f3e61971652bf8cdf58 (diff)
lib: bump LIBNOTMUCH_MAJOR_VERSION to 4
This should have been done at the same time as the SONAME bump.
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
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