From 94e3e1b2aaf4e136a2f57b81f151620c5c224f78 Mon Sep 17 00:00:00 2001 From: Simon Forrest <sforrest@gitlab.riscosopen.org> Date: Wed, 23 Jun 1999 10:52:50 +0000 Subject: [PATCH] Added new "Timeout" sprites to the Japan Wimp sprite pool. Note that these are named "TimeoutG" (for generic timeout) because they do not include modem- or Ethernet-build specific sub-text; this also allows the modem variant to remain unaltered because this uses the original sprites. Version number NOT incremented. Version 4.20. Not tagged --- VersionASM | 2 +- VersionNum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VersionASM b/VersionASM index 131258b..252623d 100644 --- a/VersionASM +++ b/VersionASM @@ -9,6 +9,6 @@ Module_MajorVersion SETS "4.20" Module_Version SETA 420 Module_MinorVersion SETS "" -Module_Date SETS "26 May 1999" +Module_Date SETS "23 Jun 1999" Module_FullVersion SETS "4.20" END diff --git a/VersionNum b/VersionNum index 91ae20f..409ac83 100644 --- a/VersionNum +++ b/VersionNum @@ -5,11 +5,11 @@ */ #define Module_MajorVersion_CMHG 4.20 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 26 May 1999 +#define Module_Date_CMHG 23 Jun 1999 #define Module_MajorVersion "4.20" #define Module_Version 420 #define Module_MinorVersion "" -#define Module_Date "26 May 1999" +#define Module_Date "23 Jun 1999" #define Module_FullVersion "4.20" -- GitLab