diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-14 21:49:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-14 21:49:05 +0200 |
commit | 1e9ffdd82158abb274eb512f53f5d1d771015751 (patch) | |
tree | 0d678a745386c178a64c6d86b73acfaa89854523 /pc/config.h | |
parent | 9af44f959b1591daf2f7d2953dbdd3e868044d27 (diff) | |
download | egawk-1e9ffdd82158abb274eb512f53f5d1d771015751.tar.gz egawk-1e9ffdd82158abb274eb512f53f5d1d771015751.tar.bz2 egawk-1e9ffdd82158abb274eb512f53f5d1d771015751.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 c0143f3d..1191c174 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.0d" +#define PACKAGE_STRING "GNU Awk 4.0.0e" /* 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.0d" +#define PACKAGE_VERSION "4.0.0e" /* 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.0d" +#define VERSION "4.0.0e" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |