diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-24 21:31:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-24 21:31:03 +0200 |
commit | f871e6ebc0f88cf1e48ffd4945bc805a3bab2be2 (patch) | |
tree | f6282e112212810dd28ef9223a4d2fbf5bfcdedc /pc/config.h | |
parent | 5134135d033b268ac260b4e05ddfebe07b93894f (diff) | |
download | egawk-f871e6ebc0f88cf1e48ffd4945bc805a3bab2be2.tar.gz egawk-f871e6ebc0f88cf1e48ffd4945bc805a3bab2be2.tar.bz2 egawk-f871e6ebc0f88cf1e48ffd4945bc805a3bab2be2.zip |
Bump version.
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 8653601a..28908ef9 100644 --- a/pc/config.h +++ b/pc/config.h @@ -462,7 +462,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.2.0a" +#define PACKAGE_STRING "GNU Awk 4.2.0b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -471,7 +471,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.0a" +#define PACKAGE_VERSION "4.2.0b" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.2.0a" +#define VERSION "4.2.0b" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |