diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-25 11:21:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-25 11:21:33 +0300 |
commit | 50487de5c4139c0125ba1ed511890ebd38426ea7 (patch) | |
tree | c1d67d803fd3ef5304352397f8d62c55cf3a87f1 /pc | |
parent | 621459e3b0db627f3fc029f27cf7bdb8012315e6 (diff) | |
download | egawk-50487de5c4139c0125ba1ed511890ebd38426ea7.tar.gz egawk-50487de5c4139c0125ba1ed511890ebd38426ea7.tar.bz2 egawk-50487de5c4139c0125ba1ed511890ebd38426ea7.zip |
Make 4.1.4 release tar ball.
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 20e703bd..f5dbe4a3 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.4: Release tar ball made. + 2016-08-08 Eli Zaretskii <eliz@gnu.org> * Makefile.tst (BASIC_TESTS): Add ofmtstrnum and sortfor2. diff --git a/pc/config.h b/pc/config.h index d30be4de..e166c53b 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.3j" +#define PACKAGE_STRING "GNU Awk 4.1.4" /* 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.3j" +#define PACKAGE_VERSION "4.1.4" /* 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.3j" +#define VERSION "4.1.4" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |