aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c b/version.c
index 62729551..e84bb7e9 100644
--- a/version.c
+++ b/version.c
@@ -1,4 +1,4 @@
-char *version_string = "@(#)Gnu Awk (gawk) 3.0";
+char *version_string = "@(#)GNU Awk 3.0";
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */
@@ -46,5 +46,5 @@ char *version_string = "@(#)Gnu Awk (gawk) 3.0";
`delete array'. OS/2 port added. */
/* 3.0 RS as regexp, RT variable, FS = "", fflush builtin, posix
- regexps, IGNORECASE applies everywhere, autoconf, source
+ regexps, IGNORECASE applies to all comparison, autoconf, source
code cleanup. See the NEWS file. */