summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-20 20:00:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-20 20:00:53 +0300
commit756d5ca2a235d6500f9072852f24b83636a8cdea (patch)
tree6a778f92c43b2c53aa97cd3b4fef483b7317d8b2 /pc
parent10f8bb08480ab15f21ba496caf9d87f8b33c0bb6 (diff)
downloadgawk-756d5ca2a235d6500f9072852f24b83636a8cdea.tar.gz
Make test tarball.
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/config.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 82a2f425..7492d0b2 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2023-04-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * config.h: Regenerated.
+
2023-04-14 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.ext: Update copyright year.
diff --git a/pc/config.h b/pc/config.h
index d06f4fa6..e4cf6095 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -370,7 +370,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.2.1b"
+#define PACKAGE_STRING "GNU Awk 5.2.1c"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -379,7 +379,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.1b"
+#define PACKAGE_VERSION "5.2.1c"
/* Define to 1 if *printf supports %a format */
#define PRINTF_HAS_A_FORMAT 1
@@ -507,7 +507,7 @@
/* Version number of package */
-#define VERSION "5.2.1b"
+#define VERSION "5.2.1c"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS