From 74bd4ea2ed8b5dc45643273c1fcc5797af47157a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 6 Nov 2014 00:10:03 +0100 Subject: [PATCH] lib: bump LIBNOTMUCH_MAJOR_VERSION to 4 This should have been done at the same time as the SONAME bump. --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0