aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-28 21:05:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-28 21:05:03 +0300
commit642c56e04516457c9a0c49934be8441394da1ce5 (patch)
tree43663c2c79afcd2d6cd59a4c134a6f16c3bcac08 /pc
parentfd77bb810a66777c32d8205babb705ee3cd5dc78 (diff)
parent2b1fffef190f46f6c0da770bba2745f6574bebca (diff)
downloadegawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.gz
egawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.bz2
egawk-642c56e04516457c9a0c49934be8441394da1ce5.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/Makefile2
-rw-r--r--pc/config.h6
-rw-r--r--pc/gawkmisc.pc2
4 files changed, 9 insertions, 5 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 8592deba..99a5e70b 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.1.1: Release tar ball made.
+
2021-10-20 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.tst: Regenerated.
diff --git a/pc/Makefile b/pc/Makefile
index 1055a983..e0ef7662 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -6,7 +6,7 @@
# Tested with GNU make on Windows, OS/2 and DOS.
-# Copyright (C) 1989-2019 Free Software Foundation, Inc.
+# Copyright (C) 1989-2019, 2021 Free Software Foundation, Inc.
# This Makefile is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/pc/config.h b/pc/config.h
index 63d37be8..7896a73f 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -473,7 +473,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.1.1f"
+#define PACKAGE_STRING "GNU Awk 5.1.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -482,7 +482,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.1f"
+#define PACKAGE_VERSION "5.1.1"
/* Define to 1 if *printf supports %a format */
#define PRINTF_HAS_A_FORMAT 1
@@ -608,7 +608,7 @@
/* Version number of package */
-#define VERSION "5.1.1f"
+#define VERSION "5.1.1"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc
index 4e58b0a8..1843a168 100644
--- a/pc/gawkmisc.pc
+++ b/pc/gawkmisc.pc
@@ -1,7 +1,7 @@
/* gawkmisc.c --- miscellaneous gawk routines that are OS specific. -*-C-*- */
/*
- * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016-2019,
+ * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016-2019, 2021,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the