From efa42e4a882c9b05b92fc257f97d2ba900cd38d5 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 13 Jun 2016 12:27:26 +0200
Subject: [PATCH] docs: update the version number for the upcoming release

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 doc/man/nano.1        |  2 +-
 doc/man/nanorc.5      |  2 +-
 doc/man/rnano.1       |  2 +-
 doc/texinfo/nano.texi | 11 +++++------
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 2fdac3e0..28ab3b1c 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -17,7 +17,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH NANO 1 "version 2.5.3" "February 2016"
+.TH NANO 1 "version 2.6.0" "June 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 93183f59..40e3a645 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -17,7 +17,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH NANORC 5 "version 2.5.3" "February 2016"
+.TH NANORC 5 "version 2.6.0" "June 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
index 28f2abb3..8457bc36 100644
--- a/doc/man/rnano.1
+++ b/doc/man/rnano.1
@@ -16,7 +16,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH RNANO 1 "version 2.5.3" "February 2016"
+.TH RNANO 1 "version 2.6.0" "June 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index 58c52d83..fb135820 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -5,9 +5,9 @@
 @c %**end of header
 
 @smallbook
-@set EDITION 0.3
-@set VERSION 2.5.2
-@set UPDATED February 2016
+@set EDITION 0.4
+@set VERSION 2.6.0
+@set UPDATED June 2016
 
 @dircategory Editors
 @direntry
@@ -21,13 +21,12 @@
 @titlepage
 @title @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 2.5.2
+@subtitle version 2.6.0
 
 @author Chris Allegretta
 @page
 
-This manual documents @code{nano}, a small and friendly text
-editor.
+This manual documents @code{nano}, a small and friendly text editor.
 
 This manual is part of the @code{nano} distribution.@*
 @sp 4
-- 
GitLab