diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-29 09:43:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-29 09:43:01 +0300 |
commit | ff9ab7fc13c4fb96477fa07d681bad2c24b78ade (patch) | |
tree | 0a0fc968ae304059215d408db8dcee015899dc9c /pc | |
parent | 6399f5d208e8952f58e94502ab827cdae10b3787 (diff) | |
download | egawk-ff9ab7fc13c4fb96477fa07d681bad2c24b78ade.tar.gz egawk-ff9ab7fc13c4fb96477fa07d681bad2c24b78ade.tar.bz2 egawk-ff9ab7fc13c4fb96477fa07d681bad2c24b78ade.zip |
Make 4.1.2 release.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/config.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index d5516964..3c1ca744 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-29 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.2: Release tar ball made. + 2015-04-22 Scott Deifik <scottd.mail@sbcglobal.net> * Makefile.tst: Don't do 'make diffout' after pass-fail. diff --git a/pc/config.h b/pc/config.h index ee209016..96ecc431 100644 --- a/pc/config.h +++ b/pc/config.h @@ -426,7 +426,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.1d" +#define PACKAGE_STRING "GNU Awk 4.1.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -435,7 +435,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.1d" +#define PACKAGE_VERSION "4.1.2" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -497,7 +497,7 @@ /* Version number of package */ -#define VERSION "4.1.1d" +#define VERSION "4.1.2" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |