diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-27 21:42:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-27 21:42:27 +0300 |
commit | af997f680093d97448f4e5c18623154ffaa8968d (patch) | |
tree | 5c2b81978939c9b435cde50809a0a715e05b697f /pc/config.h | |
parent | ab74a66c1b92c3d84ce39d764794225acc630a62 (diff) | |
download | egawk-af997f680093d97448f4e5c18623154ffaa8968d.tar.gz egawk-af997f680093d97448f4e5c18623154ffaa8968d.tar.bz2 egawk-af997f680093d97448f4e5c18623154ffaa8968d.zip |
Bump version for beta release 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 58101f1d..ff289886 100644 --- a/pc/config.h +++ b/pc/config.h @@ -438,7 +438,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.3e" +#define PACKAGE_STRING "GNU Awk 4.1.3f" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -447,7 +447,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.3e" +#define PACKAGE_VERSION "4.1.3f" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -512,7 +512,7 @@ /* Version number of package */ -#define VERSION "4.1.3e" +#define VERSION "4.1.3f" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |