diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:32:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:32:11 +0300 |
commit | f6cc8139dba1adbfa90773c9db8003e5db817d7b (patch) | |
tree | 65cc2a913230fa79bc3e477099615aeaac44a2b4 /pc/config.h | |
parent | 38cd5733bf39211352af6dc54c7a6e08e2796228 (diff) | |
download | egawk-f6cc8139dba1adbfa90773c9db8003e5db817d7b.tar.gz egawk-f6cc8139dba1adbfa90773c9db8003e5db817d7b.tar.bz2 egawk-f6cc8139dba1adbfa90773c9db8003e5db817d7b.zip |
Bump test version.
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 a31f3b87..19f6fcae 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.1b" +#define PACKAGE_STRING "GNU Awk 5.1.1c" /* 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.1b" +#define PACKAGE_VERSION "5.1.1c" /* 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.1b" +#define VERSION "5.1.1c" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |