notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit c616ada48934ae2452baa5d44f8d7eb7194592f4 (patch)
   parent c44a0eda emacs: fix docstring for `notmuch-search-line-faces'.
     tree 0c143a45fffc83d4eaca4987beca8ce69d3d868a
   author David Bremner <bremner@debian.org>  2011-12-25 23:09:17 -0400
committer David Bremner <bremner@debian.org>  2011-12-25 23:09:17 -0400

version: update version to 0.11~rc1

and keep python, man page, and debian package in sync.
---
 bindings/python/notmuch/version.py | 2 +-
 debian/changelog                   | 6 ++++++
 notmuch.1                          | 2 +-
 version                            | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index fd414b0a..01e8294e 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.2'
+__VERSION__ = '0.11~rc1'
diff --git a/debian/changelog b/debian/changelog
index 0bcade10..3121593a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.11~rc1-1) unstable; urgency=low
+
+  * New upstream release candidate.
+
+ -- David Bremner <bremner@debian.org>  Sun, 25 Dec 2011 23:07:08 -0400
+
 notmuch (0.10.2-1) unstable; urgency=low
 
   * Upstream bug fix release
diff --git a/notmuch.1 b/notmuch.1
index 3dbd67e1..6eb94603 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 <cworth@cworth.org>
-.TH NOTMUCH 1 2011-12-04 "Notmuch 0.10.2"
+.TH NOTMUCH 1 2011-12-24 "Notmuch 0.11~rc1"
 .SH NAME
 notmuch \- thread-based email index, search, and tagging
 .SH SYNOPSIS
diff --git a/version b/version
index 5eef0f10..0bfe2bbc 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.10.2
+0.11~rc1


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git