diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 11:27:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 11:27:16 +0200 |
commit | 7a3ee61f74a2857a248e442bf294a994c2ef75fb (patch) | |
tree | dc1c7f329307bbf31948a0d20e5bd88a4bda5d92 /pc/config.h | |
parent | d63937847108c369ec03ed6d7d7168a6d63e04fe (diff) | |
download | egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.tar.gz egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.tar.bz2 egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.zip |
Bump version for test 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 3683b469..6e8f7a96 100644 --- a/pc/config.h +++ b/pc/config.h @@ -461,7 +461,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.0.64" +#define PACKAGE_STRING "GNU Awk 5.0.65" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -470,7 +470,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.0.64" +#define PACKAGE_VERSION "5.0.65" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -531,7 +531,7 @@ /* Version number of package */ -#define VERSION "5.0.64" +#define VERSION "5.0.65" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |