aboutsummaryrefslogtreecommitdiff
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-03-27 18:30:28 -0300
committerDavid Bremner <david@tethera.net>2018-04-02 08:06:53 -0300
commit920f5d925eee09d41d5c6456701854ad6d342d95 (patch)
treec22fd81b272082dbbc9ae57d1ad6cd1218e40899 /lib/notmuch.h
parent3c4e64d976eb561ac5157df1bbe5882e3e65b583 (diff)
lib: bump LIBRARY_MINOR_VERSION
We added several new functions, at least notmuch_database_get_default_indexopts notmuch_database_index_file notmuch_indexopts_destroy notmuch_indexopts_get_decrypt_policy notmuch_indexopts_set_decrypt_policy notmuch_message_count_files notmuch_message_has_maildir_flag notmuch_message_reindex notmuch_message_remove_all_properties_with_prefix notmuch_thread_get_total_files
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 39759b7a..ab5854d7 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS
* version in Makefile.local.
*/
#define LIBNOTMUCH_MAJOR_VERSION 5
-#define LIBNOTMUCH_MINOR_VERSION 0
+#define LIBNOTMUCH_MINOR_VERSION 1
#define LIBNOTMUCH_MICRO_VERSION 0