diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 12:45:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 12:45:13 +0300 |
commit | a7c32b55995136013af2bff2a0fe4d6c69678cb7 (patch) | |
tree | 997a0596a33886fe7b07130859de34ceaf548c37 /doc | |
parent | 82f0a742be462298c0da027bc4fb56ddcb667c02 (diff) | |
parent | f6a89a9b3ecd956e97b61719ea0d634886ace814 (diff) | |
download | egawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.tar.gz egawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.tar.bz2 egawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 491cf69f..d101073a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-21 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Update UPDATE_MONTH. + 2018-09-16 Arnold D. Robbins <arnold@skeeve.com> * Makefile.in: Regenerated, using Automake 1.16.1. diff --git a/doc/gawk.texi b/doc/gawk.texi index e69b67a2..47974eee 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -64,7 +64,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH May, 2018 +@set UPDATE-MONTH September, 2018 @set VERSION 4.2 @set PATCHLEVEL 1 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 44fb63a2..4eeee59a 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -59,7 +59,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH May, 2018 +@set UPDATE-MONTH September, 2018 @set VERSION 4.2 @set PATCHLEVEL 1 |