diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:30:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:30:24 +0300 |
commit | c52470a8e933d419e4d9e4a4ebbe594654030f2f (patch) | |
tree | 0a9bac4471d596416478286a2f705997bab1db6d /pc/config.h | |
parent | c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (diff) | |
download | egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.tar.gz egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.tar.bz2 egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.zip |
Do 5.1.0a 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 294201c5..1b69136e 100644 --- a/pc/config.h +++ b/pc/config.h @@ -464,7 +464,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.1.0" +#define PACKAGE_STRING "GNU Awk 5.1.0a" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -473,7 +473,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.1.0" +#define PACKAGE_VERSION "5.1.0a" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -534,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.1.0" +#define VERSION "5.1.0a" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |