From 7f8af14bdc53a4a793143651e708a44e29bb9522 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 29 Jan 2022 18:13:26 -0400 Subject: [PATCH] lib: bump minor version to 6. One new status value and one configuration value added. --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index cd5c1246..2e6ec2af 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 5 +#define LIBNOTMUCH_MINOR_VERSION 6 #define LIBNOTMUCH_MICRO_VERSION 0 -- 2.43.0