diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-04 09:42:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-04 09:42:48 +0300 |
commit | 6cb25995c9e6835684cecc1859f7729b6e5a33ea (patch) | |
tree | b0009a62032a189a954d8498b23d37a6089bf076 /pc/config.h | |
parent | 7fb13a4cd81ef161d9607e28969fe8731de9e1f3 (diff) | |
download | egawk-6cb25995c9e6835684cecc1859f7729b6e5a33ea.tar.gz egawk-6cb25995c9e6835684cecc1859f7729b6e5a33ea.tar.bz2 egawk-6cb25995c9e6835684cecc1859f7729b6e5a33ea.zip |
Sync pc/config.h with mainline.
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 e6b33459..e934fd92 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.1.64" +#define PACKAGE_STRING "GNU Awk 4.1.65" /* 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.1.64" +#define PACKAGE_VERSION "4.1.65" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.1.64" +#define VERSION "4.1.65" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |