]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump minor version to mark added symbols
authorDavid Bremner <david@tethera.net>
Sun, 2 Oct 2016 01:11:56 +0000 (22:11 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 2 Oct 2016 01:19:07 +0000 (22:19 -0300)
This should not change the SONAME, and therefore won't change the
dynamic linking behaviour, but it may help some users debug missing
symbols in case their libnotmuch is too old.

lib/notmuch.h

index e03a05ddba34db67b1cb428caa9da21e9192da3c..251c29b58428155183fcb506fc1b880859d96c49 100644 (file)
@@ -56,7 +56,7 @@ NOTMUCH_BEGIN_DECLS
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION       4
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION       4
-#define LIBNOTMUCH_MINOR_VERSION       3
+#define LIBNOTMUCH_MINOR_VERSION       4
 #define LIBNOTMUCH_MICRO_VERSION       0
 
 
 #define LIBNOTMUCH_MICRO_VERSION       0