[PATCH 5/5] lib: make notmuch_query_add_tag_exclude return a status value
David Bremner
david at tethera.net
Tue Sep 6 04:20:25 PDT 2016
David Bremner <david at tethera.net> writes:
> Since this is an ABI breaking change, bump the SONAME.
> ---
> lib/notmuch.h | 19 +++++++++++++++++--
> lib/query.cc | 7 ++++---
> notmuch-count.c | 9 +++++++--
> notmuch-search.c | 12 ++++++++++--
> notmuch-show.c | 13 +++++++++++--
> 5 files changed, 49 insertions(+), 11 deletions(-)
And I managed to stage, but not commit the following
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 2396aa1..312127c 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 3
+#define LIBNOTMUCH_MAJOR_VERSION 5
+#define LIBNOTMUCH_MINOR_VERSION 0
#define LIBNOTMUCH_MICRO_VERSION 0
yay me.
More information about the notmuch
mailing list