[PATCH] lib: bump library minor version

Subject: [PATCH] lib: bump library minor version

Date: Sat, 7 Mar 2015 15:49:00 +0100

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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 3e326bf..f0b60b8 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.1.4


Thread: