diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 13:43:16 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 13:43:16 +0300 |
commit | 262c9c0e14e68c2b4b5d00e88f1bacc6c9556f3a (patch) | |
tree | e295d75218ec0212abdea063c38ee5b109309c76 /pc/config.h | |
parent | 6f5c5d212df15586e3aab33fbea64ac665b7c3f4 (diff) | |
download | egawk-262c9c0e14e68c2b4b5d00e88f1bacc6c9556f3a.tar.gz egawk-262c9c0e14e68c2b4b5d00e88f1bacc6c9556f3a.tar.bz2 egawk-262c9c0e14e68c2b4b5d00e88f1bacc6c9556f3a.zip |
Bump to 5.1.1b.
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 6b9abfee..a31f3b87 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.1a" +#define PACKAGE_STRING "GNU Awk 5.1.1b" /* 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.1a" +#define PACKAGE_VERSION "5.1.1b" /* 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.1a" +#define VERSION "5.1.1b" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |