diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-07 21:59:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-07 21:59:54 +0300 |
commit | 5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd (patch) | |
tree | 5f3f8e6ed9fbea829a88770a4485ef9c90b8bb0d /doc | |
parent | 2b334d94251c205ad016ed6d1726e5b99c8895a4 (diff) | |
download | egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.tar.gz egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.tar.bz2 egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.zip |
Update copyrights and prep towards release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/awkcard.in | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index ca28f0a7..310eb22d 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1,7 +1,7 @@ .\" AWK Reference Card --- Arnold Robbins, arnold@skeeve.com .\" .\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, -.\" 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014 +.\" 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015 .\" Free Software Foundation, Inc. .\" .\" Permission is granted to make and distribute verbatim copies of @@ -1939,7 +1939,7 @@ to use the current domain.\*(CB .ES .nf \*(CDHost: \*(FCftp.gnu.org\*(FR -File: \*(FC/gnu/gawk/gawk-4.1.1.tar.gz\fP +File: \*(FC/gnu/gawk/gawk-4.1.2.tar.gz\fP .in +.2i .fi GNU \*(AK (\*(GK). There may be a later version. diff --git a/doc/gawk.texi b/doc/gawk.texi index fbf0e8d2..6ec019d1 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -51,7 +51,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH February, 2015 +@set UPDATE-MONTH April, 2015 @set VERSION 4.1 @set PATCHLEVEL 2 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 30201a2c..f0b47c3e 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -46,7 +46,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH February, 2015 +@set UPDATE-MONTH April, 2015 @set VERSION 4.1 @set PATCHLEVEL 2 |