From 90886f3640ed6aaace84ee7a83a8d2afa2d0c8fb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 7 Mar 2015 15:49:00 +0100 Subject: [PATCH] lib: bump library minor version This should have happened in commit 326e18856, but it didn't. --- lib/notmuch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ */ -- 2.43.0