aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2026-01-17 09:14:30 +0900
committerDavid Bremner <david@tethera.net>2026-01-17 09:22:58 +0900
commitfcf3b17d168840047ed0a4f095642a4eceb36ae3 (patch)
treee34d85b24e270ccc799d6a6b5cd31583755a5556
parent41f679023188dbecf789ba24770582117de9fde2 (diff)
lib: bump minor version
This reflects the addition of a new API functions, notmuch_{messages,threads}_status
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
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