diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-15 10:36:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-15 10:36:47 +0200 |
commit | eccb8aac0f64eb98279e76cbbe995ac1bad024f5 (patch) | |
tree | 13f51c3733a19d5bb7131d5823ce7e1be8208c3c /pc/config.h | |
parent | 72b5775d2ea0ec8d5f9ef0d61adef7613a0a9dd1 (diff) | |
download | egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.tar.gz egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.tar.bz2 egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.zip |
Update version for beta 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 c56d19b9..649d857d 100644 --- a/pc/config.h +++ b/pc/config.h @@ -458,7 +458,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.2.63" +#define PACKAGE_STRING "GNU Awk 4.2.64" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -467,7 +467,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.63" +#define PACKAGE_VERSION "4.2.64" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.2.63" +#define VERSION "4.2.64" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |