diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:42:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:42:50 +0200 |
commit | eb3510d4e88710005ec1a9505755455523367682 (patch) | |
tree | 5a454afd75507499735e2b507b8c3744b04cf36c /pc/config.h | |
parent | bbf943e090a5b7d53976ce40334712d318f60803 (diff) | |
download | egawk-eb3510d4e88710005ec1a9505755455523367682.tar.gz egawk-eb3510d4e88710005ec1a9505755455523367682.tar.bz2 egawk-eb3510d4e88710005ec1a9505755455523367682.zip |
Bump version for 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 e542b918..5f913a76 100644 --- a/pc/config.h +++ b/pc/config.h @@ -462,7 +462,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.2.0c" +#define PACKAGE_STRING "GNU Awk 4.2.0d" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -471,7 +471,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.0c" +#define PACKAGE_VERSION "4.2.0d" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.2.0c" +#define VERSION "4.2.0d" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |