aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:35:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:35:14 +0300
commit02611bd78181f3b09166d9ceffe56a87cf6960a0 (patch)
treec8c0d77218793fa1ae239551c49d2927eb01009f /README
parent63d8faa8b5d2bdeec73044c95f345b3992248c74 (diff)
parenta5322c683fdda25238a2239641e6873a935dd643 (diff)
downloadegawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.tar.gz
egawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.tar.bz2
egawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 11ff38cc..93c4987b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
- 2016, Free Software Foundation, Inc.
+ 2016, 2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -7,11 +7,11 @@
README:
-This is GNU Awk 4.1.4. It is upwardly compatible with Brian Kernighan's
+This is GNU Awk 4.2.0. It is upwardly compatible with Brian Kernighan's
version of Unix awk. It is almost completely compliant with the
2008 POSIX 1003.1 standard for awk. (See the note below about POSIX.)
-This is a bug-fix release. See NEWS and ChangeLog for details.
+This is a major release. See NEWS and ChangeLog for details.
Work to be done is described briefly in the TODO file, which is available
only in the 'master' branch in the Git repo.