diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 12:45:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 12:45:49 +0300 |
commit | dfa06e8677737ca794f9505aac71d67679979c6d (patch) | |
tree | 1540c1d662443c2b62d2ee7a02294d1ab6ff59db /doc | |
parent | 362a100732b1017b54d3d6c6f14ea6ba59e657c2 (diff) | |
parent | a7c32b55995136013af2bff2a0fe4d6c69678cb7 (diff) | |
download | egawk-dfa06e8677737ca794f9505aac71d67679979c6d.tar.gz egawk-dfa06e8677737ca794f9505aac71d67679979c6d.tar.bz2 egawk-dfa06e8677737ca794f9505aac71d67679979c6d.zip |
Merge branch 'master' into feature/fix-comments
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 |