aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/version.c b/version.c
index e84bb7e9..57a9abdf 100644
--- a/version.c
+++ b/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. */