diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-24 05:58:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-24 05:58:34 +0200 |
commit | f14c009c2f40d5ccb14c66331d8d43b41480c5f9 (patch) | |
tree | 5716ba74f1d216f0f90c8151550ecb0c0898e5fe /pc/config.h | |
parent | 1df47081df8258ff14bb0a6f77e1410f643baa8b (diff) | |
download | egawk-f14c009c2f40d5ccb14c66331d8d43b41480c5f9.tar.gz egawk-f14c009c2f40d5ccb14c66331d8d43b41480c5f9.tar.bz2 egawk-f14c009c2f40d5ccb14c66331d8d43b41480c5f9.zip |
Make next test dist.
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 6a630fa9..41fd895a 100644 --- a/pc/config.h +++ b/pc/config.h @@ -433,7 +433,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.0b" +#define PACKAGE_STRING "GNU Awk 4.0.0c" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -442,7 +442,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.0b" +#define PACKAGE_VERSION "4.0.0c" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -504,7 +504,7 @@ /* Version number of package */ -#define VERSION "4.0.0b" +#define VERSION "4.0.0c" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |