diff options
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index dfafe473..dffb7a96 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,7 @@ * gawktexi.in: Continue clarifying typeof() usage. And other fixes. All thanks to Antonio Columbo. + (UPDATE-MONTH): Set to October. Also thanks to Antonio. 2021-10-01 Arnold D. Robbins <arnold@skeeve.com> diff --git a/doc/gawk.texi b/doc/gawk.texi index 8ba261c5..7bb56906 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -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 September, 2021 +@set UPDATE-MONTH October, 2021 @set VERSION 5.1 @set PATCHLEVEL 1 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 3270b925..ddb0f5ae 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -54,7 +54,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH September, 2021 +@set UPDATE-MONTH October, 2021 @set VERSION 5.1 @set PATCHLEVEL 1 |