From 889a2de161a6e98c8c0ea99c3f2273ccac83d938 Mon Sep 17 00:00:00 2001
From: Kevin Bracey <kbracey@gitlab.riscosopen.org>
Date: Thu, 17 Feb 2000 15:43:52 +0000
Subject: [PATCH] Stewart's last merge managed to set the Kernel version to
 4.52 for all

STB and NC builds. Remerged correctly.

Version 5.16. Tagged as 'Kernel-5_16'
---
 Version    |  8 +++-----
 VersionASM |  8 ++++----
 VersionNum | 14 +++++++-------
 3 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/Version b/Version
index c40caac..42b1417 100644
--- a/Version
+++ b/Version
@@ -5,13 +5,11 @@
         GBLA    Version
         GBLS    VString
         GBLS    Date
-        GBLA    OSVersionID         ;for OS_Byte 129
 
         [ STB
-Version     SETA    452
-VString     SETS    "4.52"
-Date        SETS    "07 Nov 1996"   ; version for STB/NC OS
-OSVersionID SETA    &A6 
+Version SETA    Module_Version
+VString SETS    Module_MajorVersion
+Date    SETS    Module_Date      ; version for STB/NC OS
         |
         [ M_Phoebe
 Version     SETA    400
diff --git a/VersionASM b/VersionASM
index efeb771..f7b64c9 100644
--- a/VersionASM
+++ b/VersionASM
@@ -6,9 +6,9 @@
                         GBLS    Module_MinorVersion
                         GBLS    Module_Date
                         GBLS    Module_FullVersion
-Module_MajorVersion     SETS    "5.15"
-Module_Version          SETA    515
+Module_MajorVersion     SETS    "5.16"
+Module_Version          SETA    516
 Module_MinorVersion     SETS    ""
-Module_Date             SETS    "02 Feb 2000"
-Module_FullVersion      SETS    "5.15"
+Module_Date             SETS    "17 Feb 2000"
+Module_FullVersion      SETS    "5.16"
                         END
diff --git a/VersionNum b/VersionNum
index 3939f5a..f54b253 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,15 +1,15 @@
-/* (5.15)
+/* (5.16)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG        5.15
+#define Module_MajorVersion_CMHG        5.16
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                02 Feb 2000
+#define Module_Date_CMHG                17 Feb 2000
 
-#define Module_MajorVersion             "5.15"
-#define Module_Version                  515
+#define Module_MajorVersion             "5.16"
+#define Module_Version                  516
 #define Module_MinorVersion             ""
-#define Module_Date                     "02 Feb 2000"
+#define Module_Date                     "17 Feb 2000"
 
-#define Module_FullVersion              "5.15"
+#define Module_FullVersion              "5.16"
-- 
GitLab