diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 13:47:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-07 13:47:29 +0300 |
commit | 110e88df64d96ec8d0b9a1eeea0d1d18d1de289f (patch) | |
tree | e1ef41a35fa85a3047ecda8100061a7af735ba93 /pc | |
parent | ea33d6487ac96e175507406ed994bb9546a7f3ca (diff) | |
parent | aa6a71c05ac79553f88583264179054998037f90 (diff) | |
download | egawk-110e88df64d96ec8d0b9a1eeea0d1d18d1de289f.tar.gz egawk-110e88df64d96ec8d0b9a1eeea0d1d18d1de289f.tar.bz2 egawk-110e88df64d96ec8d0b9a1eeea0d1d18d1de289f.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'pc')
-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 |