summaryrefslogtreecommitdiff
path: root/usr.bin/awk/main.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2023-11-25 16:31:34 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2023-11-25 16:31:34 +0000
commitf32f94607735461e1e24ccbce40bac51d106532d (patch)
treec416ae920a4e4551aac8097a08c09bcf28c59ed0 /usr.bin/awk/main.c
parentde53af60e639ddb1e917427d64abb108d64ff5c3 (diff)
Update awk to the Nov 24, 2023 version.
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 ddec8e820a1..a2f53635351 100644
--- a/usr.bin/awk/main.c
+++ b/usr.bin/awk/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.65 2023/11/22 01:01:21 millert Exp $ */
+/* $OpenBSD: main.c,v 1.66 2023/11/25 16:31:33 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.
****************************************************************/
-const char *version = "version 20231120";
+const char *version = "version 20231124";
#define DEBUG
#include <stdio.h>