From b5d0e2dc280dcbf3b804abc38d7f2b858c951e64 Mon Sep 17 00:00:00 2001
From: ROOL <code@riscosopen.org>
Date: Mon, 23 Mar 2020 13:57:10 +0000
Subject: [PATCH] Resync with allocations database

Edits to the RISCOS header file should really have gone through the
allocations system. Fortunately, no harm was done in this case, but a
minor syntactical change is required in order to bring it in line with
the automatic redaction scripts used when exporting the header from the
allocations database.

Version 6.37. Not tagged
---
 VersionASM | 6 +++---
 VersionNum | 8 ++++----
 hdr/RISCOS | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/VersionASM b/VersionASM
index ad52466..451305e 100644
--- a/VersionASM
+++ b/VersionASM
@@ -12,9 +12,9 @@
 Module_MajorVersion     SETS    "6.37"
 Module_Version          SETA    637
 Module_MinorVersion     SETS    ""
-Module_Date             SETS    "21 Mar 2020"
-Module_ApplicationDate  SETS    "21-Mar-20"
+Module_Date             SETS    "23 Mar 2020"
+Module_ApplicationDate  SETS    "23-Mar-20"
 Module_ComponentName    SETS    "Kernel"
 Module_FullVersion      SETS    "6.37"
-Module_HelpVersion      SETS    "6.37 (21 Mar 2020)"
+Module_HelpVersion      SETS    "6.37 (23 Mar 2020)"
                         END
diff --git a/VersionNum b/VersionNum
index e875e4e..861ed00 100644
--- a/VersionNum
+++ b/VersionNum
@@ -5,17 +5,17 @@
  */
 #define Module_MajorVersion_CMHG        6.37
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                21 Mar 2020
+#define Module_Date_CMHG                23 Mar 2020
 
 #define Module_MajorVersion             "6.37"
 #define Module_Version                  637
 #define Module_MinorVersion             ""
-#define Module_Date                     "21 Mar 2020"
+#define Module_Date                     "23 Mar 2020"
 
-#define Module_ApplicationDate          "21-Mar-20"
+#define Module_ApplicationDate          "23-Mar-20"
 
 #define Module_ComponentName            "Kernel"
 
 #define Module_FullVersion              "6.37"
-#define Module_HelpVersion              "6.37 (21 Mar 2020)"
+#define Module_HelpVersion              "6.37 (23 Mar 2020)"
 #define Module_LibraryVersionInfo       "6:37"
diff --git a/hdr/RISCOS b/hdr/RISCOS
index 5b57b5b..effd77b 100644
--- a/hdr/RISCOS
+++ b/hdr/RISCOS
@@ -340,7 +340,7 @@ Event_PRISM             * 32    ; State change events from the PRISM subsystem
 Event_Expansion_SmartCard       # 0          ; ANC Rich Buckley
 Event_Expansion_SCInterface     # 1          ; 0 more useful alias for above
 Event_Expansion_SCTransport     # 1          ; 1
-                                # 2
+                                ^ 4
 Event_Expansion_PointerScroll   # 1          ; 4
 
 ; Subreason codes for Event_Internet - to be passed in R1 on the event call
-- 
GitLab