[PATCH] lib: bump minor version to mark added symbols

Subject: [PATCH] lib: bump minor version to mark added symbols

Date: Sat, 1 Oct 2016 22:20:29 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


This should not change the SONAME, and therefore won't change the
dynamic linking behaviour, but it may help some users debug missing
symbols in case their libnotmuch is too old.
---

this should probably go into 0.23

lib/notmuch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notmuch.h b/lib/notmuch.h
index e03a05d..251c29b 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	3
+#define LIBNOTMUCH_MINOR_VERSION	4
 #define LIBNOTMUCH_MICRO_VERSION	0
 
 
-- 
2.9.3


Thread: