diff options
| author | David Bremner <david@tethera.net> | 2022-01-29 18:13:26 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-29 18:13:26 -0400 |
| commit | 7f8af14bdc53a4a793143651e708a44e29bb9522 (patch) | |
| tree | 5f58a14a2ef1a0888e640d615c606731b3564779 /lib/notmuch.h | |
| parent | addeb11e37b0fff06211b1756d021732730ce0ee (diff) | |
lib: bump minor version to 6.
One new status value and one configuration value added.
Diffstat (limited to 'lib/notmuch.h')
| -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 cd5c1246..2e6ec2af 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 5 +#define LIBNOTMUCH_MINOR_VERSION 6 #define LIBNOTMUCH_MICRO_VERSION 0 |
