diff options
| author | David Bremner <david@tethera.net> | 2021-10-15 08:34:39 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-10-15 08:34:39 -0300 |
| commit | 8383b6cb3a06146a2d3cf589090da10b5f78cde0 (patch) | |
| tree | 081f355c0d0a06176ac871e76a43f0a627f63e4b | |
| parent | 1c932cd5e0321d7a5d3eba9d4bd6021e79c867e1 (diff) | |
lib: bump lib minor version to 5
One new function (and an enum) was added to the API/ABI.
| -rw-r--r-- | lib/notmuch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
