version: bump to 0.17~rc1

Various other files are synched using "make update-versions".  NEWS
has to be hand edited.
This commit is contained in:
David Bremner 2013-11-20 19:42:00 -04:00
parent 5886886f11
commit bd0c56b2bd
17 changed files with 18 additions and 18 deletions

4
NEWS
View file

@ -1,5 +1,5 @@
Notmuch 0.17 (UNRELEASED)
=========================
Notmuch 0.17~rc1 (2013-11-20)
=============================
Command-Line Interface
----------------------

View file

@ -1,2 +1,2 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.16'
__VERSION__ = '0.17~rc1'

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-COMPACT 1 2013-08-23 "Notmuch 0.16"
.TH NOTMUCH-COMPACT 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-compact \- compact the notmuch database
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-CONFIG 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-CONFIG 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-config \- access notmuch configuration file
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-COUNT 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-COUNT 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-count \- count messages matching the given search terms
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-DUMP 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-DUMP 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-dump \- creates a plain-text dump of the tags of each message

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-INSERT 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-INSERT 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-insert \- add a message to the maildir and notmuch database
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-NEW 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-NEW 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-new \- incorporate new mail into the notmuch database
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-REPLY 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-REPLY 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-reply \- constructs a reply template for a set of messages

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-RESTORE 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-RESTORE 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-restore \- restores the tags from the given file (see notmuch dump)

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-SEARCH 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-SEARCH 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-search \- search for messages matching the given search terms
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-SHOW 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-SHOW 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-show \- show messages matching the given search terms
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-TAG 1 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-TAG 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-tag \- add/remove tags for all messages matching the search terms

View 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-08-03 "Notmuch 0.16"
.TH NOTMUCH 1 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch \- thread-based email index, search, and tagging
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-HOOKS 5 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-HOOKS 5 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-hooks \- hooks for notmuch

View file

@ -1,4 +1,4 @@
.TH NOTMUCH-SEARCH-TERMS 7 2013-08-03 "Notmuch 0.16"
.TH NOTMUCH-SEARCH-TERMS 7 2013-11-20 "Notmuch 0.17~rc1"
.SH NAME
notmuch-search-terms \- syntax for notmuch queries

View file

@ -1 +1 @@
0.16
0.17~rc1