]> git.notmuchmail.org Git - notmuch/commitdiff
version: set new version and release date
authorDavid Bremner <bremner@debian.org>
Sun, 28 Jul 2013 14:18:48 +0000 (11:18 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 28 Jul 2013 14:28:03 +0000 (11:28 -0300)
These are manually set in version and NEWS, and propagate to the other files via
"make update-versions"

16 files changed:
NEWS
bindings/python/notmuch/version.py
man/man1/notmuch-config.1
man/man1/notmuch-count.1
man/man1/notmuch-dump.1
man/man1/notmuch-insert.1
man/man1/notmuch-new.1
man/man1/notmuch-reply.1
man/man1/notmuch-restore.1
man/man1/notmuch-search.1
man/man1/notmuch-show.1
man/man1/notmuch-tag.1
man/man1/notmuch.1
man/man5/notmuch-hooks.5
man/man7/notmuch-search-terms.7
version

diff --git a/NEWS b/NEWS
index 3143911b715554fec0c0ff91b47fca3f7ba747b4..b18114862ec6a624e5095985add8ed9e26bc148a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.16 (2013-MM-DD)
+Notmuch 0.16 (2013-07-30)
 =========================
 
 Command-Line Interface
index 6bfb1f2c998c0e639603622321509b52878616c6..8f08f62f510da415afb40785d14021ffc98840ce 100644 (file)
@@ -1,2 +1,2 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.15.2'
+__VERSION__ = '0.16'
index 163595155e95e47310bdf56d4353fc069d3f97e1..8b1624bcdbc9c5437542b37d6cdf5426e920d933 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-CONFIG 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-CONFIG 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-config \- access notmuch configuration file
 .SH SYNOPSIS
index c172a225831fdbb455ecf79a966159d8dbd939d0..c759712d69e8e542ee3dd9200570557757b750df 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COUNT 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-COUNT 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-count \- count messages matching the given search terms
 .SH SYNOPSIS
index a758a52d25b1f2c0f5d3d564b6611d19f2710f84..7badf5a7ead1325cdf4ef61eb0d5f789a4e94408 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-DUMP 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-DUMP 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-dump \- creates a plain-text dump of the tags of each message
 
index d5202ac414875c9103102a546750ba5a063c283f..87ae11c92e37cee2abadc011b54b7009d5492dee 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-INSERT 1 2013-xx-xx "Notmuch 0.xx"
+.TH NOTMUCH-INSERT 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-insert \- add a message to the maildir and notmuch database
 .SH SYNOPSIS
index 3fcfc29928fa99d8be8446cf218756ee65c2a1ea..708edd739c3d047903000b231e193de33a785f7f 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-NEW 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-NEW 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-new \- incorporate new mail into the notmuch database
 .SH SYNOPSIS
index f0394b26d86c44ca9d4b023c1bb49e453dbce87f..58e6a74676d1e98274703667a75e0f549e025dd6 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-REPLY 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-REPLY 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-reply \- constructs a reply template for a set of messages
 
index 686c0ac371319991133faa70a63e23e26ff46243..7b3abc7295e121f84e85995d4f09b7eadae5f881 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-RESTORE 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-RESTORE 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-restore \- restores the tags from the given file (see notmuch dump)
 
index 12067702123b2da9d2b1a3c4e1c99643e7a10ba4..07f6051ced1ac984c5ea67048c785256e51ba0c3 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-SEARCH 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-search \- search for messages matching the given search terms
 .SH SYNOPSIS
index d87ae62a53e308212789425d8c79d2542555ce7f..e55928153264ff7446121a147f8a81488eb2aa4b 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SHOW 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-SHOW 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-show \- show messages matching the given search terms
 .SH SYNOPSIS
index e282bf23c92f3fc0f131f712bb9c0c39cf89a7df..c8685ea41a5feca8b166f479a814777e37bd2ca5 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-TAG 1 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-TAG 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch-tag \- add/remove tags for all messages matching the search terms
 
index 3cc2f6d4ba0da086604a03ad5ad9fc78e01ecd12..fe4965c30501a14f2abbcf950e87b72a489d1ca7 100644 (file)
@@ -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 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH 1 2013-07-28 "Notmuch 0.16"
 .SH NAME
 notmuch \- thread-based email index, search, and tagging
 .SH SYNOPSIS
index 188cd078be0c028745b9540bf4065b57d4096787..27dc1efe0b1a4da5d5469d15e034f408d98d91b2 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-HOOKS 5 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-HOOKS 5 2013-07-28 "Notmuch 0.16"
 
 .SH NAME
 notmuch-hooks \- hooks for notmuch
index 11b90ed33efdee84b95715641e737daec6326067..f3c168be9f01b56b10fdf0e85cbbe45e492d63ac 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH-TERMS 7 2013-02-17 "Notmuch 0.15.2"
+.TH NOTMUCH-SEARCH-TERMS 7 2013-07-28 "Notmuch 0.16"
 
 .SH NAME
 notmuch-search-terms \- syntax for notmuch queries
diff --git a/version b/version
index 4312e0d0cae3a96e9f4a9be98e59e8468f39e1a8..8eac30c383c3451e129b736d33e696ce149c0332 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.15.2
+0.16