aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAustin Ray <austin@austinray.io>2021-08-13 12:50:28 -0400
committerDavid Bremner <david@tethera.net>2021-08-17 16:30:22 -0700
commitf1a310b3a9b2487b7c6e3a74fa2157b96cd567a0 (patch)
tree800b2659b63c6a08288acb639c7c1608efc42e5f /lib
parent414ba75c81133fb9b6390d79bd40e3d8fb83a269 (diff)
lib: bump libnotmuch minor version
Notmuch 0.32 corresponds to libnotmuch 5.4 as indicated by docstrings; however, the minor number wasn't bumped. Any libnotmuch downstream consumer using the LIBNOTMUCH_CHECK_VERSION macro to support multiple versions won't be able to access the new 5.4 functions. Signed-off-by: Austin Ray <austin@austinray.io>
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 c0fa1768..15390610 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 3
+#define LIBNOTMUCH_MINOR_VERSION 4
#define LIBNOTMUCH_MICRO_VERSION 0