summaryrefslogtreecommitdiff
path: root/usr.bin/awk/main.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-08 00:12:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-08 00:12:41 +0000
commit63bf6a6ce49fd2e45c947f6b6105a958365f6858 (patch)
tree4f5c4ab654cf0758536b2dfa6be6789218301d47 /usr.bin/awk/main.c
parent9ba2ab292e66a71b170f4de3e910e8c47673b4a4 (diff)
Update to latest version of the One True Awk. See the FIXES file
for details.
Diffstat (limited to 'usr.bin/awk/main.c')
-rw-r--r--usr.bin/awk/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/main.c b/usr.bin/awk/main.c
index 00a02677736..8215d56a282 100644
--- a/usr.bin/awk/main.c
+++ b/usr.bin/awk/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.10 2000/11/21 14:08:22 aaron Exp $ */
+/* $OpenBSD: main.c,v 1.11 2001/09/08 00:12:40 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@ -23,7 +23,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
-char *version = "version 19990620";
+char *version = "version 20001115";
#define DEBUG
#include <stdio.h>