From: David Bremner Date: Sun, 2 Oct 2016 01:11:56 +0000 (-0300) Subject: lib: bump minor version to mark added symbols X-Git-Tag: 0.23~3 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c2e74662bbbbf9be1fde0ae416dc2664ba3da3cd;ds=sidebyside lib: bump minor version to mark added symbols 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. --- diff --git a/lib/notmuch.h b/lib/notmuch.h index e03a05dd..251c29b5 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -56,7 +56,7 @@ NOTMUCH_BEGIN_DECLS * version in Makefile.local. */ #define LIBNOTMUCH_MAJOR_VERSION 4 -#define LIBNOTMUCH_MINOR_VERSION 3 +#define LIBNOTMUCH_MINOR_VERSION 4 #define LIBNOTMUCH_MICRO_VERSION 0