mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
8efdc0518d
commit
eb88cd977b
4 changed files with 10 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.10~rc1'
|
||||
__VERSION__ = '0.10~rc2'
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <bremner@debian.org> Sat, 19 Nov 2011 08:21:39 -0400
|
||||
|
||||
notmuch (0.10~rc1-1) experimental; urgency=low
|
||||
|
||||
* New upstream release candidate.
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
.\" along with this program. If not, see http://www.gnu.org/licenses/ .
|
||||
.\"
|
||||
.\" Author: Carl Worth <cworth@cworth.org>
|
||||
.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
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.10~rc1
|
||||
0.10~rc2
|
||||
|
|
Loading…
Reference in a new issue