diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 22:43:54 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 22:43:54 +0200 |
commit | f3e98d540c007fcf93ff31e24161d10713bec48b (patch) | |
tree | 884c7a7e29a7f4c6e5bccb6c4fa1cbd7bfcb5a44 /pc/config.h | |
parent | 93b30fe5b9042edc85acde68befaa7c82a4aac95 (diff) | |
download | egawk-f3e98d540c007fcf93ff31e24161d10713bec48b.tar.gz egawk-f3e98d540c007fcf93ff31e24161d10713bec48b.tar.bz2 egawk-f3e98d540c007fcf93ff31e24161d10713bec48b.zip |
Update version info. Start a release cycle.
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 88316316..67c40a2f 100644 --- a/pc/config.h +++ b/pc/config.h @@ -413,7 +413,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.1a" +#define PACKAGE_STRING "GNU Awk 4.0.1b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -422,7 +422,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.1a" +#define PACKAGE_VERSION "4.0.1b" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -484,7 +484,7 @@ /* Version number of package */ -#define VERSION "4.0.1a" +#define VERSION "4.0.1b" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |