diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-16 15:29:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-16 15:29:57 +0200 |
commit | a95b07bee7574ddf1ef6a9ca6f773cbaf4988707 (patch) | |
tree | 0d9498cb4f2dfc7567f7fd1ef90e6a93014333a0 /pc | |
parent | a19298ed002eb20d91c37fd5067de18466211f83 (diff) | |
download | egawk-a95b07bee7574ddf1ef6a9ca6f773cbaf4988707.tar.gz egawk-a95b07bee7574ddf1ef6a9ca6f773cbaf4988707.tar.bz2 egawk-a95b07bee7574ddf1ef6a9ca6f773cbaf4988707.zip |
Next test 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 737953ac..305b6fd6 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.0j" +#define PACKAGE_STRING "GNU Awk 4.0.0k" /* 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.0j" +#define PACKAGE_VERSION "4.0.0k" /* 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.0j" +#define VERSION "4.0.0k" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |