diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 09:19:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 09:19:48 +0300 |
commit | 49f12cf3a4199be8a5e1699fe41a06ad37751132 (patch) | |
tree | 5c5666aeeba0ee1a6dab0f4c934569aba6e2c35f /pc/config.h | |
parent | 5e3eb6dca46ec67d2e9552e473473f88383e0086 (diff) | |
parent | fad40ccf34b496722d9088dc6cfd46735316f255 (diff) | |
download | egawk-49f12cf3a4199be8a5e1699fe41a06ad37751132.tar.gz egawk-49f12cf3a4199be8a5e1699fe41a06ad37751132.tar.bz2 egawk-49f12cf3a4199be8a5e1699fe41a06ad37751132.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pc/config.h b/pc/config.h index 1b69136e..6b9abfee 100644 --- a/pc/config.h +++ b/pc/config.h @@ -464,7 +464,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.1.0a" +#define PACKAGE_STRING "GNU Awk 5.1.1a" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -473,7 +473,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.1.0a" +#define PACKAGE_VERSION "5.1.1a" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -534,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.1.0a" +#define VERSION "5.1.1a" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |