lib: bump soname

Adding return values to notmuch_database_close and
notmuch_database_destroy may require bumping the soname.
This commit is contained in:
Peter Wang 2014-04-16 22:59:17 +10:00 committed by David Bremner
parent c34d6bad0f
commit 6754ad9f9e

View file

@ -5,7 +5,7 @@
# the library interface, (such as the deletion of an API or a major
# semantic change that breaks formerly functioning code).
#
LIBNOTMUCH_VERSION_MAJOR = 3
LIBNOTMUCH_VERSION_MAJOR = 4
# The minor version of the library interface. This should be incremented at
# the time of release for any additions to the library interface,