diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-01-27 12:38:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-01-27 12:38:01 +0200 |
commit | 41985db446e0c3d47fb1b30c450924ca7ec7b7b5 (patch) | |
tree | f9fa13110fad45062d87492191898792095727ec /pc/config.h | |
parent | a497d91a785f1f8d73d2f00bacaaf10734f81fcb (diff) | |
download | egawk-41985db446e0c3d47fb1b30c450924ca7ec7b7b5.tar.gz egawk-41985db446e0c3d47fb1b30c450924ca7ec7b7b5.tar.bz2 egawk-41985db446e0c3d47fb1b30c450924ca7ec7b7b5.zip |
Make 4.0.0h tar ball.
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 3c23e20e..94215f8b 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.0g" +#define PACKAGE_STRING "GNU Awk 4.0.0h" /* 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.0g" +#define PACKAGE_VERSION "4.0.0h" /* 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.0g" +#define VERSION "4.0.0h" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |