From 794a137dbfbd18e8369f6042f01c76c327583eb5 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 26 May 2023 00:24:34 -0700 Subject: [PATCH] Updated some more files in preparation for Frotz 2.55. --- README | 4 ++-- README.md | 4 ++-- frotz.lsm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 545d23b..cf80252 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -FROTZ V2.54 - An interpreter for all Infocom and other Z-machine games. -Complies with standard 1.0 of Graham Nelson's specification. +FROTZ V2.55 - An interpreter for all Infocom and other Z-machine games. +Complies with the Z-Machine Standard version 1.1. Originally written by Stefan Jokisch in 1995-1997. Ported to Unix by Galen Hazelwood. diff --git a/README.md b/README.md index dfe8f34..59d0d24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# FROTZ V2.54 +# FROTZ V2.55 An interpreter for all Infocom and other Z-machine games. -Complies with standard 1.0 of Graham Nelson's specification. +Complies with the Z-Machine Standard version 1.1. [![Liberapay](https://img.shields.io/liberapay/receives/DavidG.svg?logo=liberapay)](https://liberapay.com/DavidG) diff --git a/frotz.lsm b/frotz.lsm index d87fdfe..3c914f1 100644 --- a/frotz.lsm +++ b/frotz.lsm @@ -1,6 +1,6 @@ Begin3 Title: Frotz -Version: 2.54 +Version: 2.55 Entered-date: 2020-05-10 Description: An interpreter for all Infocom games and other Z-machine games. Keywords: infocom, frotz, text-adventure, zork, z-machine -- 2.34.1