]> git.notmuchmail.org Git - notmuch/commitdiff
lib: bump library minor version
authorDavid Bremner <david@tethera.net>
Sat, 7 Mar 2015 14:49:00 +0000 (15:49 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 7 Mar 2015 19:15:06 +0000 (20:15 +0100)
This should have happened in commit 326e18856, but it didn't.

lib/notmuch.h

index 3e326bfc4da9a1ef844033878566b3e1bc509c28..f0b60b83a4bd2ec7a54be51426a906fcbc71d168 100644 (file)
@@ -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__ */