diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:48:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:48:53 +0200 |
commit | e13c76601a232b24c99a452d8f3403f87f069c22 (patch) | |
tree | 70dfdeb326cccec8155037c6418f5ba70d88590c /pc | |
parent | 90001d0580cdba35ed3813396a095bd9f5a9345e (diff) | |
download | egawk-e13c76601a232b24c99a452d8f3403f87f069c22.tar.gz egawk-e13c76601a232b24c99a452d8f3403f87f069c22.tar.bz2 egawk-e13c76601a232b24c99a452d8f3403f87f069c22.zip |
Bump version.
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 04024007..ffd67112 100644 --- a/pc/config.h +++ b/pc/config.h @@ -429,7 +429,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.1a" +#define PACKAGE_STRING "GNU Awk 4.1.1b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -438,7 +438,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.1a" +#define PACKAGE_VERSION "4.1.1b" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -500,7 +500,7 @@ /* Version number of package */ -#define VERSION "4.1.1a" +#define VERSION "4.1.1b" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |