diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-01 23:01:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-01 23:01:11 +0300 |
commit | e974fc35c485b0af44013889ee8c4fa3c49eda76 (patch) | |
tree | 5d4d4cef96213e7633cde3f1ffb97028e15a17c7 /pc/config.h | |
parent | 385636c3da7f36ae020eeb7098485923168ccf4b (diff) | |
download | egawk-e974fc35c485b0af44013889ee8c4fa3c49eda76.tar.gz egawk-e974fc35c485b0af44013889ee8c4fa3c49eda76.tar.bz2 egawk-e974fc35c485b0af44013889ee8c4fa3c49eda76.zip |
Next test tarball changes.
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 7251f1d0..bac602a4 100644 --- a/pc/config.h +++ b/pc/config.h @@ -438,7 +438,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.3h" +#define PACKAGE_STRING "GNU Awk 4.1.3i" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -447,7 +447,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.3h" +#define PACKAGE_VERSION "4.1.3i" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -512,7 +512,7 @@ /* Version number of package */ -#define VERSION "4.1.3h" +#define VERSION "4.1.3i" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |