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 | cfe0e2b488d886d14fc1755679b8a88165b22d92 (patch) | |
tree | fbf9ca4d3f276e13b39090465008b182d20f0e5a /contrib/awk/version.c | |
parent | 9682ea287751aa7aad9e21c50ba74cfb3d7314d0 (diff) | |
parent | 223f0286ad0612783e0da01de3b5bfdc52e3b25c (diff) | |
download | FreeBSD-src-cfe0e2b488d886d14fc1755679b8a88165b22d92.zip FreeBSD-src-cfe0e2b488d886d14fc1755679b8a88165b22d92.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r85898,
which included commits to RCS files with non-trunk default branches.
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. */ |