aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-03-07 15:49:00 +0100
committerDavid Bremner <david@tethera.net>2015-03-07 20:15:06 +0100
commit90886f3640ed6aaace84ee7a83a8d2afa2d0c8fb (patch)
treedc8c22d2f5c818a390242c87de23a27fa8e1e76f /lib
parent6aeef2ee15d16a0376f5bad8309a1da99fb73004 (diff)
lib: bump library minor version
This should have happened in commit 326e18856, but it didn't.
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
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__ */