aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:28:46 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:28:46 +0300
commit90be918bfed70f7a08ea2514ebb33be2e4a33d20 (patch)
tree17ac401ed7ee5aa1d07b64afea538c7119dae294 /README
parentf683d7306fb09da59dd45fde03dd9bcf18be1b73 (diff)
downloadegawk-90be918bfed70f7a08ea2514ebb33be2e4a33d20.tar.gz
egawk-90be918bfed70f7a08ea2514ebb33be2e4a33d20.tar.bz2
egawk-90be918bfed70f7a08ea2514ebb33be2e4a33d20.zip
Doc updates, getting ready for release.
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.