From: David Bremner Date: Fri, 15 Oct 2021 11:34:39 +0000 (-0300) Subject: lib: bump lib minor version to 5 X-Git-Tag: archive/debian/0.34_rc0-1~4 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8383b6cb3a06146a2d3cf589090da10b5f78cde0 lib: bump lib minor version to 5 One new function (and an enum) was added to the API/ABI. --- 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