notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit c10b780b44128983c56253e46fa2e5f8553f2e0e (patch)
   parent 3f44da70 NEWS: set release date for 0.11.1
     tree 853fbb45d55855a18d485e2464db5e4bfc32a805
   author David Bremner <bremner@debian.org>  2012-02-03 08:32:49 -0400
committer David Bremner <bremner@debian.org>  2012-02-03 08:32:49 -0400

version: bump to 0.11.1

also semi-automatically update man page and python bindings versions.
---
 bindings/python/notmuch/version.py | 2 +-
 notmuch.1                          | 2 +-
 version                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 59c396fe..ed40e7f8 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.11'
+__VERSION__ = '0.11.1'
diff --git a/notmuch.1 b/notmuch.1
index a5828bc5..7ab2947d 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 2012-01-13 "Notmuch 0.11"
+.TH NOTMUCH 1 2012-02-03 "Notmuch 0.11.1"
 .SH NAME
 notmuch \- thread-based email index, search, and tagging
 .SH SYNOPSIS
diff --git a/version b/version
index 51176c7c..af88ba82 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.11
+0.11.1


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