mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
lib: bump LIBNOTMUCH_MAJOR_VERSION to 4
This should have been done at the same time as the SONAME bump.
This commit is contained in:
parent
f310e349df
commit
74bd4ea2ed
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ NOTMUCH_BEGIN_DECLS
|
||||||
* The library version number. This must agree with the soname
|
* The library version number. This must agree with the soname
|
||||||
* version in Makefile.local.
|
* version in Makefile.local.
|
||||||
*/
|
*/
|
||||||
#define LIBNOTMUCH_MAJOR_VERSION 3
|
#define LIBNOTMUCH_MAJOR_VERSION 4
|
||||||
#define LIBNOTMUCH_MINOR_VERSION 1
|
#define LIBNOTMUCH_MINOR_VERSION 1
|
||||||
#define LIBNOTMUCH_MICRO_VERSION 0
|
#define LIBNOTMUCH_MICRO_VERSION 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue