From: David Bremner Date: Sat, 19 Nov 2011 12:23:40 +0000 (-0400) Subject: version: update version info for 0.10~rc2 X-Git-Tag: 0.10_rc2^0 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=eb88cd977bcfecfc2d4eb16547d21deb839fbae0 version: update version info for 0.10~rc2 Arguably editing debian/changelog violates the "do one thing at a time" rule, but all of these versions need to be kept in sync. --- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index feb517b5..85fc3876 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.10~rc1' +__VERSION__ = '0.10~rc2' diff --git a/debian/changelog b/debian/changelog index 9e70015b..c4f96ede 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.10~rc2-1) experimental; urgency=low + + * New upstream release candidate + - includes patch to avoid long unix domain socket paths in tests + + -- David Bremner Sat, 19 Nov 2011 08:21:39 -0400 + notmuch (0.10~rc1-1) experimental; urgency=low * New upstream release candidate. diff --git a/notmuch.1 b/notmuch.1 index 57612b98..bb20c220 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2011-11-21 "Notmuch 0.10" +.TH NOTMUCH 1 2011-11-17 "Notmuch 0.10~rc2" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/version b/version index bdc34446..7eee7719 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10~rc1 +0.10~rc2