]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump libnotmuch minor version
authorAustin Ray <austin@austinray.io>
Fri, 13 Aug 2021 16:50:28 +0000 (12:50 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 17 Aug 2021 23:30:22 +0000 (16:30 -0700)
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>
lib/notmuch.h

index c0fa176833cd138ff6ffaf33771997247f99da24..15390610789f7a66e3b93874f104f2d8ed8483ec 100644 (file)
@@ -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