summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-05-07 21:26:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-05-07 21:26:06 +0300
commit7fbc5368f1a1f1c71cf3892cba9785edc369b334 (patch)
tree78646a72a43dc5700c0c4c27018499af425c4bcc
parent0ee3d3f87171f701504d6b5517ddaffb8ab4bec5 (diff)
downloadgawk-7fbc5368f1a1f1c71cf3892cba9785edc369b334.tar.gz
Updates in preparation for release.
-rw-r--r--ChangeLog5
-rw-r--r--README2
-rw-r--r--debug.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1955fdcf..e334683e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README: Update version.
+ * debug.c: Update copyright year.
+
2023-04-22 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.y, builtin.c, debug.c, eval.c, interpret.h,
diff --git a/README b/README
index 7fe31992..faf9c893 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@
README:
-This is GNU Awk 5.2.1. It is upwardly compatible with Brian Kernighan's
+This is GNU Awk 5.2.2. It is upwardly compatible with Brian Kernighan's
version of Unix awk. It is almost completely compliant with the
2018 POSIX 1003.1 standard for awk. (See the note below about POSIX.)
diff --git a/debug.c b/debug.c
index 117fe690..a0ce09b5 100644
--- a/debug.c
+++ b/debug.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2004, 2010-2013, 2016-2022 the Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2010-2013, 2016-2023 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.