diff options
| author | David Bremner <david@tethera.net> | 2016-10-01 22:11:56 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-01 22:19:07 -0300 |
| commit | c2e74662bbbbf9be1fde0ae416dc2664ba3da3cd (patch) | |
| tree | f04838c06d6827f1d17c3d5c90567d936021bf31 /lib | |
| parent | 4241b4d4e6bec9d4036f39e1a6685466066f0cec (diff) | |
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.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/notmuch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
