diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-17 10:39:39 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-17 10:39:39 +0200 |
commit | 2f1ed731851b5883b41e6e5dfadc73c6f47eda7c (patch) | |
tree | b1bedd5e0442f5aabed8730660d48f616f485204 /pc/config.h | |
parent | 9a59643cec5f314d513b0e8876e6a5349fc9b8cb (diff) | |
download | egawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.tar.gz egawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.tar.bz2 egawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.zip |
Bump version for alpha tarball, copyright in main.
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 40d802e8..fbdbf6f2 100644 --- a/pc/config.h +++ b/pc/config.h @@ -419,7 +419,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.71" +#define PACKAGE_STRING "GNU Awk 4.0.72" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -428,7 +428,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.71" +#define PACKAGE_VERSION "4.0.72" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -490,7 +490,7 @@ /* Version number of package */ -#define VERSION "4.0.71" +#define VERSION "4.0.72" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |