Adjusting dates and version number.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5542 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg 2016-01-10 16:18:43 +00:00
parent 83475b0d84
commit 1b293ff34c
6 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2016-01-10 Benno Schulenberg <bensberg@justemail.net> 2016-01-10 Benno Schulenberg <bensberg@justemail.net>
* NEWS: Add item for upcoming 2.5.1. * NEWS: Add item for upcoming 2.5.1.
* src/nano.c (version), src/winio.c (do_credits), doc/man/rnano.1,
doc/man/nano.1, doc/man/nanorc.5: Adjust dates and version number.
2016-01-09 Benno Schulenberg <bensberg@justemail.net> 2016-01-09 Benno Schulenberg <bensberg@justemail.net>
* src/color.c (precalc_multicolorinfo), src/winio.c (edit_draw): * src/color.c (precalc_multicolorinfo), src/winio.c (edit_draw):

View File

@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" .\"
.TH NANO 1 "version 2.5.0" "December 2015" .TH NANO 1 "version 2.5.1" "January 2016"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"

View File

@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" .\"
.TH NANORC 5 "version 2.5.1" "December 2015" .TH NANORC 5 "version 2.5.1" "January 2016"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME

View File

@ -19,7 +19,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" .\"
.TH RNANO 1 "version 2.5.0" "December 2015" .TH RNANO 1 "version 2.5.1" "January 2016"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME

View File

@ -964,7 +964,7 @@ void usage(void)
void version(void) void version(void)
{ {
printf(_(" GNU nano, version %s\n"), VERSION); printf(_(" GNU nano, version %s\n"), VERSION);
printf(" (C) 1999..2015 Free Software Foundation, Inc.\n"); printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
printf( printf(
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
printf(_("\n Compiled options:")); printf(_("\n Compiled options:"));

View File

@ -3342,7 +3342,7 @@ void do_credits(void)
"", "",
"", "",
"", "",
"(C) 1999 - 2015", "(C) 1999 - 2016",
"Free Software Foundation, Inc.", "Free Software Foundation, Inc.",
"", "",
"", "",