From 8383b6cb3a06146a2d3cf589090da10b5f78cde0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 15 Oct 2021 08:34:39 -0300 Subject: [PATCH] lib: bump lib minor version to 5 One new function (and an enum) was added to the API/ABI. --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 546643e8..074fc682 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 4 +#define LIBNOTMUCH_MINOR_VERSION 5 #define LIBNOTMUCH_MICRO_VERSION 0 -- 2.43.0