From fcf3b17d168840047ed0a4f095642a4eceb36ae3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 17 Jan 2026 09:14:30 +0900 Subject: [PATCH] lib: bump minor version This reflects the addition of a new API functions, notmuch_{messages,threads}_status --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2