diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 21:58:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 21:58:29 +0300 |
commit | a1f67029a4e8d29aa37a33bd1f2c346f5130cd4a (patch) | |
tree | e92297b3136acb31b0438177fdd7ee3b47a2791b /pc/config.h | |
parent | 010819d5045c3297a0ff2dece45af2e90b17ace5 (diff) | |
download | egawk-a1f67029a4e8d29aa37a33bd1f2c346f5130cd4a.tar.gz egawk-a1f67029a4e8d29aa37a33bd1f2c346f5130cd4a.tar.bz2 egawk-a1f67029a4e8d29aa37a33bd1f2c346f5130cd4a.zip |
Increase version in pc/config.h.
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 e0f2cba8..21497f02 100644 --- a/pc/config.h +++ b/pc/config.h @@ -457,7 +457,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.62" +#define PACKAGE_STRING "GNU Awk 4.1.63" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -466,7 +466,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.62" +#define PACKAGE_VERSION "4.1.63" /* Define to 1 if *printf supports %F format */ #ifdef __DJGPP__ @@ -523,7 +523,7 @@ /* Version number of package */ -#define VERSION "4.1.62" +#define VERSION "4.1.63" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |