mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: bump SONAME to libnotmuch5
We plan a sequence of ABI breaking changes. Put the SONAME change in a separate commit to make reordering easier.
This commit is contained in:
parent
c39f6361d0
commit
fc63c15833
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue