From: Benno Schulenberg Date: Sun, 10 Jan 2016 16:18:43 +0000 (+0000) Subject: Adjusting dates and version number. X-Git-Tag: v2.5.1~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1b293ff34c0ed4ae003a9d82e0f1d74ab8b5e11d;p=nano.git Adjusting dates and version number. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5542 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 7449845b..2f95ec9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-01-10 Benno Schulenberg * 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 * src/color.c (precalc_multicolorinfo), src/winio.c (edit_draw): diff --git a/doc/man/nano.1 b/doc/man/nano.1 index 49f2dff5..f10b1b6e 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -20,7 +20,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.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. .\" diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 85398900..22fd7e6b 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -20,7 +20,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.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. .\" .SH NAME diff --git a/doc/man/rnano.1 b/doc/man/rnano.1 index 40674a71..c88a4ab8 100644 --- a/doc/man/rnano.1 +++ b/doc/man/rnano.1 @@ -19,7 +19,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.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. .\" .SH NAME diff --git a/src/nano.c b/src/nano.c index 29f0e571..05d98ce7 100644 --- a/src/nano.c +++ b/src/nano.c @@ -964,7 +964,7 @@ void usage(void) void version(void) { 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( _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); diff --git a/src/winio.c b/src/winio.c index 78dd30e4..b704c962 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3342,7 +3342,7 @@ void do_credits(void) "", "", "", - "(C) 1999 - 2015", + "(C) 1999 - 2016", "Free Software Foundation, Inc.", "", "",