diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 12:14:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 12:14:03 +0200 |
commit | 2a4dd34fb580343358035dea126f188e9fb5c68c (patch) | |
tree | 9eecaa664fbae9fc79898bf9a37d71a99f86ed5f /pc/config.h | |
parent | da1d22c183f5d8241538524665e572c5c6a15865 (diff) | |
download | egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.tar.gz egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.tar.bz2 egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.zip |
More portability - find readline dependencies.
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 fbdbf6f2..8adbef0b 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.72" +#define PACKAGE_STRING "GNU Awk 4.0.73" /* 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.72" +#define PACKAGE_VERSION "4.0.73" /* 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.72" +#define VERSION "4.0.73" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |