From: Austin Ray Date: Fri, 13 Aug 2021 16:50:28 +0000 (-0400) Subject: lib: bump libnotmuch minor version X-Git-Tag: 0.32.3~7 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f1a310b3a9b2487b7c6e3a74fa2157b96cd567a0;hp=f1a310b3a9b2487b7c6e3a74fa2157b96cd567a0;p=notmuch 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 ---