diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-13 16:52:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-13 16:52:23 +0300 |
commit | b78840f1aefeb477b598f8e7d375428c4b7b4889 (patch) | |
tree | a7a992f74fab4b52d9aebfdb6cdcb0d7862bd3df /pc/config.h | |
parent | abe6c92b13c72c8e214ce2e4eb6371e2d7948b83 (diff) | |
parent | 356f7fbe484236c43a589c3338387f0097c87859 (diff) | |
download | egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.gz egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.bz2 egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.zip |
Merge branch 'master' into feature/bool
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 19f6fcae..a3303741 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.1c" +#define PACKAGE_STRING "GNU Awk 5.1.1d" /* 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.1c" +#define PACKAGE_VERSION "5.1.1d" /* 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.1c" +#define VERSION "5.1.1d" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |