aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-15 08:34:39 -0300
committerDavid Bremner <david@tethera.net>2021-10-15 08:34:39 -0300
commit8383b6cb3a06146a2d3cf589090da10b5f78cde0 (patch)
tree081f355c0d0a06176ac871e76a43f0a627f63e4b /lib
parent1c932cd5e0321d7a5d3eba9d4bd6021e79c867e1 (diff)
lib: bump lib minor version to 5
One new function (and an enum) was added to the API/ABI.
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch.h2
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