mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
lib: bump soname
Adding return values to notmuch_database_close and notmuch_database_destroy may require bumping the soname.
This commit is contained in:
parent
c34d6bad0f
commit
6754ad9f9e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue