diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-25 20:59:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-25 20:59:22 +0200 |
commit | bd8a8ad0c258d2db31e420eec81932cf15bf9702 (patch) | |
tree | 9cf5753be58a61baf9567dbef5f50cdb8b3b3d36 /pc/config.h | |
parent | cd692e573effc572a416cec9febbbb7921cfa4a2 (diff) | |
download | egawk-bd8a8ad0c258d2db31e420eec81932cf15bf9702.tar.gz egawk-bd8a8ad0c258d2db31e420eec81932cf15bf9702.tar.bz2 egawk-bd8a8ad0c258d2db31e420eec81932cf15bf9702.zip |
Make 4.2.1 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 536655bd..de2b7ec6 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.0f" +#define PACKAGE_STRING "GNU Awk 4.2.1" /* 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.0f" +#define PACKAGE_VERSION "4.2.1" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.2.0f" +#define VERSION "4.2.1" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |