From: David Bremner Date: Sat, 17 Jan 2026 00:14:30 +0000 (+0900) Subject: lib: bump minor version X-Git-Tag: archive/debian/0.40_rc0-1~2 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=fcf3b17d168840047ed0a4f095642a4eceb36ae3;p=notmuch lib: bump minor version This reflects the addition of a new API functions, notmuch_{messages,threads}_status --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 95918fc2..ee11400a 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS * version in Makefile.local. */ #define LIBNOTMUCH_MAJOR_VERSION 5 -#define LIBNOTMUCH_MINOR_VERSION 6 +#define LIBNOTMUCH_MINOR_VERSION 7 #define LIBNOTMUCH_MICRO_VERSION 0