From: David Bremner Date: Sat, 7 Mar 2015 14:49:00 +0000 (+0100) Subject: lib: bump library minor version X-Git-Tag: 0.20~41 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=90886f3640ed6aaace84ee7a83a8d2afa2d0c8fb lib: bump library minor version This should have happened in commit 326e18856, but it didn't. --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 3e326bfc..f0b60b83 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 1 +#define LIBNOTMUCH_MINOR_VERSION 2 #define LIBNOTMUCH_MICRO_VERSION 0 #endif /* __DOXYGEN__ */