diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-04 09:45:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-04 09:45:26 +0300 |
commit | e6cd838ca9361814e5b46358ba7984af3f3c0bb6 (patch) | |
tree | 551b157876a5fc10bbaefe7f61924b6ce3ae7fc9 /pc/config.h | |
parent | 3760edc4a0d4b977dbd7e96f45a3e8d88c293918 (diff) | |
parent | baff8870dce16bd5922839338626cf0fddb5b069 (diff) | |
download | egawk-e6cd838ca9361814e5b46358ba7984af3f3c0bb6.tar.gz egawk-e6cd838ca9361814e5b46358ba7984af3f3c0bb6.tar.bz2 egawk-e6cd838ca9361814e5b46358ba7984af3f3c0bb6.zip |
Merge branch 'master' into feature/fix-comments
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 e6b33459..e934fd92 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.1.64" +#define PACKAGE_STRING "GNU Awk 4.1.65" /* 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.1.64" +#define PACKAGE_VERSION "4.1.65" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -528,7 +528,7 @@ /* Version number of package */ -#define VERSION "4.1.64" +#define VERSION "4.1.65" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |