From 01b463fb853ccfdec189beadbdb5284c9e9e3106 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 31 Jan 2025 21:03:34 -0800 Subject: [PATCH] Updated Makefiles for Turbo C and Open Watcom C. --- Makefile.ow | 3 +-- Makefile.tc | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.ow b/Makefile.ow index 870a87d..4b26e38 100644 --- a/Makefile.ow +++ b/Makefile.ow @@ -28,8 +28,7 @@ WLIB = wlib RM = %erase BINNAME = frotz.exe - -VERSION = "2.55pre" +VERSION = "2.55" # MS-DOS command.com and Unix sh have different shell quoting rules. Try to # detect which one we are running under. diff --git a/Makefile.tc b/Makefile.tc index 209ca49..53405f2 100644 --- a/Makefile.tc +++ b/Makefile.tc @@ -14,8 +14,8 @@ RENAME = ren BINNAME = frotz.exe LIBRARY = frotz.lib -VERSION = "2.55pre" -RELEASE_NOTES = "Development release." +VERSION = "2.55" +RELEASE_NOTES = "Official release." VER = -DVERSION=$(VERSION) -- 2.34.1