diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-11 21:25:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-11 21:25:05 +0200 |
commit | db439eb8acf47c3b28d15ce239477315b8157c05 (patch) | |
tree | 382bfcb1670d1aaedc94aedd4d8098e8b5e99ac5 /pc/config.h | |
parent | c838b19feed3f8f96ea278f8cbe7f24c2690368d (diff) | |
download | egawk-db439eb8acf47c3b28d15ce239477315b8157c05.tar.gz egawk-db439eb8acf47c3b28d15ce239477315b8157c05.tar.bz2 egawk-db439eb8acf47c3b28d15ce239477315b8157c05.zip |
Version updates for next test tarball.
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 55401d50..cb688051 100644 --- a/pc/config.h +++ b/pc/config.h @@ -458,7 +458,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.2.61" +#define PACKAGE_STRING "GNU Awk 4.2.62" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -467,7 +467,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.61" +#define PACKAGE_VERSION "4.2.62" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.2.61" +#define VERSION "4.2.62" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |