Merge branch 'release'

This commit is contained in:
David Bremner 2018-04-07 17:43:01 -03:00
commit 5d510221d1
5 changed files with 19 additions and 3 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
Notmuch 0.26.1 (2018-04-02)
===========================
Library Changes
---------------
Bump the library minor version. This should have happened in 0.26, but
better late than never.
Notmuch 0.26 (2018-01-09)
=========================

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.26'
__VERSION__ = '0.26.1'
SOVERSION = '5'

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
notmuch (0.26.1-1) unstable; urgency=medium
* Bump LIBRARY_MINOR_VERSION to 1, for new functions in 0.26
-- David Bremner <bremner@debian.org> Mon, 02 Apr 2018 08:08:01 -0300
notmuch (0.26-1) unstable; urgency=medium
[ Daniel Kahn Gillmor ]

View file

@ -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

View file

@ -1 +1 @@
0.26
0.26.1