diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 17:26:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 17:26:30 +0300 |
commit | f667d7da571b76a1a6776ccca1530c2d8dff3af1 (patch) | |
tree | 58a6d3f5f5714827bcfc0f6a1994482a93444e52 /pc/config.h | |
parent | d848f63eee0800fd1e10b046dffe4c0387bec776 (diff) | |
download | egawk-f667d7da571b76a1a6776ccca1530c2d8dff3af1.tar.gz egawk-f667d7da571b76a1a6776ccca1530c2d8dff3af1.tar.bz2 egawk-f667d7da571b76a1a6776ccca1530c2d8dff3af1.zip |
Update pc/Makefile.tst.
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 65fb5e14..ee209016 100644 --- a/pc/config.h +++ b/pc/config.h @@ -426,7 +426,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.1c" +#define PACKAGE_STRING "GNU Awk 4.1.1d" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -435,7 +435,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.1c" +#define PACKAGE_VERSION "4.1.1d" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -497,7 +497,7 @@ /* Version number of package */ -#define VERSION "4.1.1c" +#define VERSION "4.1.1d" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |