From: David Bremner Date: Wed, 23 May 2018 01:47:49 +0000 (-0700) Subject: lib: bump minor version X-Git-Tag: 0.27_rc0~20 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4a6371f1d80aec5947b41d7c4e1fdb60cca3c55d lib: bump minor version This recognizes the addition of (at least) notmuch_message_get_database to the API. --- 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