diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 22:28:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 22:28:10 +0300 |
commit | 20228fe368c59227b601f1ccccaeb7b6370b7848 (patch) | |
tree | 01c6af4ee4bedbd1efe0de1e1510b24cee5a78a3 /pc/config.h | |
parent | a3108b91f0fd8994b00a599bdb35fd4fbce36448 (diff) | |
download | egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.tar.gz egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.tar.bz2 egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.zip |
Bump version number for tarball.
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 c10c61c5..9da16867 100644 --- a/pc/config.h +++ b/pc/config.h @@ -438,7 +438,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.3c" +#define PACKAGE_STRING "GNU Awk 4.1.3d" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -447,7 +447,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.3c" +#define PACKAGE_VERSION "4.1.3d" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -512,7 +512,7 @@ /* Version number of package */ -#define VERSION "4.1.3c" +#define VERSION "4.1.3d" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |