]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump lib minor version to 5
authorDavid Bremner <david@tethera.net>
Fri, 15 Oct 2021 11:34:39 +0000 (08:34 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 15 Oct 2021 11:34:39 +0000 (08:34 -0300)
One new function (and an enum) was added to the API/ABI.

lib/notmuch.h

index 546643e80cbb66364b2502f6b8046291959d9d8b..074fc68287aa247c18890b2332552197c6a06c1c 100644 (file)
@@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION        5
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION        5
-#define LIBNOTMUCH_MINOR_VERSION        4
+#define LIBNOTMUCH_MINOR_VERSION        5
 #define LIBNOTMUCH_MICRO_VERSION        0
 
 
 #define LIBNOTMUCH_MICRO_VERSION        0