diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
commit | 6316df7a19613a47f94366d24f3302daf5d582da (patch) | |
tree | 9dfe9538420c24bea0d6926c442629bb26079aab /pc/config.h | |
parent | fed291bee8b64bddbb27537b1ab104cf93b8de01 (diff) | |
parent | e13c76601a232b24c99a452d8f3403f87f069c22 (diff) | |
download | egawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.gz egawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.bz2 egawk-6316df7a19613a47f94366d24f3302daf5d582da.zip |
Merge branch 'gawk-4.1-stable' into memory-work
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 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 |