diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-01-17 21:19:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-01-17 21:19:49 +0200 |
commit | ecbe8b0fcb8174830b52c6f96efdb42600055576 (patch) | |
tree | 88342b3c2db02803096882564b350180841a6e13 /pc | |
parent | 9867e9cc604823c73027275efdca9c64cd2b11c0 (diff) | |
download | egawk-ecbe8b0fcb8174830b52c6f96efdb42600055576.tar.gz egawk-ecbe8b0fcb8174830b52c6f96efdb42600055576.tar.bz2 egawk-ecbe8b0fcb8174830b52c6f96efdb42600055576.zip |
Make 4.0.0g tarball.
Diffstat (limited to 'pc')
-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 a9dac512..3c23e20e 100644 --- a/pc/config.h +++ b/pc/config.h @@ -425,7 +425,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.0f" +#define PACKAGE_STRING "GNU Awk 4.0.0g" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -434,7 +434,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.0f" +#define PACKAGE_VERSION "4.0.0g" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -496,7 +496,7 @@ /* Version number of package */ -#define VERSION "4.0.0f" +#define VERSION "4.0.0g" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |