diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-02 21:06:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-02 21:06:08 +0000 |
commit | 223f0286ad0612783e0da01de3b5bfdc52e3b25c (patch) | |
tree | cd2c7fd87952f47d303b90e49b90c14bccf7e292 /contrib/awk/version.c | |
parent | 4e5281d00b8fa7447d70020d36660157e7e43626 (diff) | |
download | FreeBSD-src-223f0286ad0612783e0da01de3b5bfdc52e3b25c.zip FreeBSD-src-223f0286ad0612783e0da01de3b5bfdc52e3b25c.tar.gz |
Update vendor branch to gawk-3.1.0.
Diffstat (limited to 'contrib/awk/version.c')
-rw-r--r-- | contrib/awk/version.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/awk/version.c b/contrib/awk/version.c index e84bb7e..57a9abd 100644 --- a/contrib/awk/version.c +++ b/contrib/awk/version.c @@ -1,4 +1,4 @@ -char *version_string = "@(#)GNU Awk 3.0"; +char *version_string = "@(#)GNU Awk 3.1"; /* 1.02 fixed /= += *= etc to return the new Left Hand Side instead of the Right Hand Side */ @@ -48,3 +48,6 @@ char *version_string = "@(#)GNU Awk 3.0"; /* 3.0 RS as regexp, RT variable, FS = "", fflush builtin, posix regexps, IGNORECASE applies to all comparison, autoconf, source code cleanup. See the NEWS file. */ + +/* 3.1 PROCINFO array, LINT variable, mktime builtin, BINMODE variable, + |&, tcp/ip, i18n stuff. Automake. See NEWS. */ |