From 43d526a355348d7aa99db4361866c409b412426a Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 23 May 2023 16:25:03 -0700 Subject: [PATCH] Bumped Open Watcom C for DOS Makefile to 2.55pre. --- Makefile.ow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ow b/Makefile.ow index 7f4f763..870a87d 100644 --- a/Makefile.ow +++ b/Makefile.ow @@ -29,7 +29,7 @@ RM = %erase BINNAME = frotz.exe -VERSION = "2.54" +VERSION = "2.55pre" # MS-DOS command.com and Unix sh have different shell quoting rules. Try to # detect which one we are running under. -- 2.34.1