From 4a6371f1d80aec5947b41d7c4e1fdb60cca3c55d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 22 May 2018 18:47:49 -0700 Subject: [PATCH] lib: bump minor version This recognizes the addition of (at least) notmuch_message_get_database to the API. --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 06842517..216b1c75 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 1 +#define LIBNOTMUCH_MINOR_VERSION 2 #define LIBNOTMUCH_MICRO_VERSION 0 -- 2.43.0