diff options
| author | David Bremner <david@tethera.net> | 2014-11-06 00:06:06 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-06 00:07:45 +0100 |
| commit | f310e349df60f18deea91f3e61971652bf8cdf58 (patch) | |
| tree | a6b8ec7ca5a562f4ac159b1d8993bcf4adf7b2ca | |
| parent | 3d991261a458b1f844d3e7ac502be1fe8c3e5096 (diff) | |
version: update to 0.19~rc1
Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade.
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -Notmuch 0.19 (UNRELEASED) -========================= +Notmuch 0.19~rc1 (2014-11-06) +============================= Emacs Interface --------------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 73553980..1b270856 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.18.2' +__VERSION__ = '0.19~rc1' diff --git a/debian/changelog b/debian/changelog index f65fbce9..1de871a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -notmuch (0.19-1) UNRELEASED; urgency=low +notmuch (0.19~rc1-1) experimental; urgency=low - * New upstream version + * New upstream release candidate * Bump libnotmuch SONAME because of API changes -- David Bremner <bremner@debian.org> Tue, 16 Sep 2014 21:02:17 +0200 @@ -1 +1 @@ -0.18.2 +0.19~rc1 |
