diff options
| author | David Bremner <david@tethera.net> | 2018-05-22 18:47:49 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-26 07:31:27 -0700 |
| commit | 4a6371f1d80aec5947b41d7c4e1fdb60cca3c55d (patch) | |
| tree | 36b3d5bd06ba3570d9c2ef7699b3ab52618e5fa8 /lib/notmuch.h | |
| parent | 9088db76d89264b733f6b45e776d8952da237921 (diff) | |
lib: bump minor version
This recognizes the addition of (at least)
notmuch_message_get_database to the API.
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 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 |
