diff options
| author | David Bremner <david@tethera.net> | 2026-01-17 09:14:30 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-01-17 09:22:58 +0900 |
| commit | fcf3b17d168840047ed0a4f095642a4eceb36ae3 (patch) | |
| tree | e34d85b24e270ccc799d6a6b5cd31583755a5556 /lib/notmuch.h | |
| parent | 41f679023188dbecf789ba24770582117de9fde2 (diff) | |
lib: bump minor version
This reflects the addition of a new API functions,
notmuch_{messages,threads}_status
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 95918fc2..ee11400a 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 6 +#define LIBNOTMUCH_MINOR_VERSION 7 #define LIBNOTMUCH_MICRO_VERSION 0 |
