diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-14 14:53:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-14 14:53:34 +0300 |
commit | 40a6d096aa10340df1542a5dc23438c6cb7590fb (patch) | |
tree | 828c2715b03a26d585041010737fe07597e7e837 /pc/config.h | |
parent | d352f271d0e44f8d7bbf8d430ef90156f45d3921 (diff) | |
download | egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.tar.gz egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.tar.bz2 egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.zip |
Relase 5.1.0 tarball made.
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 6e8f7a96..5e6a2701 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.65" +#define PACKAGE_STRING "GNU Awk 5.1.0" /* 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.65" +#define PACKAGE_VERSION "5.1.0" /* 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.65" +#define VERSION "5.1.0" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |