]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: bump SONAME to libnotmuch5
[notmuch] / lib / notmuch.h
index 59cd0f564fc15056b0be981a6a15146b1204cb2d..af4efbc8a18fe030d1652a69807b9024ce75de6f 100644 (file)
@@ -55,8 +55,8 @@ NOTMUCH_BEGIN_DECLS
  * The library version number.  This must agree with the soname
  * version in Makefile.local.
  */
-#define LIBNOTMUCH_MAJOR_VERSION       4
-#define LIBNOTMUCH_MINOR_VERSION       4
+#define LIBNOTMUCH_MAJOR_VERSION       5
+#define LIBNOTMUCH_MINOR_VERSION       0
 #define LIBNOTMUCH_MICRO_VERSION       0
 
 
@@ -1811,7 +1811,7 @@ const char *
 notmuch_message_properties_key (notmuch_message_properties_t *properties);
 
 /**
- * Return the key from the current (key,value) pair.
+ * Return the value from the current (key,value) pair.
  *
  * This could be useful if iterating for a prefix.
  *