From 5ff82b71ab59fb33a8efee66d10057bfecc004d0 Mon Sep 17 00:00:00 2001 From: Neil Bingham <nbingham@gitlab.riscosopen.org> Date: Wed, 8 Mar 2000 09:39:39 +0000 Subject: [PATCH] Change to Version file Detail: When Machine=Phoebe the Kernel failed to build due to use of OSVersionID. Commented out this line. Other machine settings unaffected. Admin: Tested on Ursula build: Products/Ursula/modules (tag Ursula010a). Version 5.19. Tagged as 'Kernel-5_19' --- Version | 2 +- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Version b/Version index 42b1417..b011594 100644 --- a/Version +++ b/Version @@ -15,7 +15,7 @@ Date SETS Module_Date ; version for STB/NC OS Version SETA 400 VString SETS "4.00" Date SETS "02 Feb 2000" ; version for RISC OS on desktop computers -OSVersionID SETA &A8 ; was &A7 for 3.70,3.71 +;OSVersionID SETA &A8 ; was &A7 for 3.70,3.71 | Version SETA 371 VString SETS "3.71" diff --git a/VersionASM b/VersionASM index 9e0b6a6..fbc6c6d 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "5.18" -Module_Version SETA 518 +Module_MajorVersion SETS "5.19" +Module_Version SETA 519 Module_MinorVersion SETS "" -Module_Date SETS "27 Feb 2000" -Module_FullVersion SETS "5.18" +Module_Date SETS "08 Mar 2000" +Module_FullVersion SETS "5.19" END diff --git a/VersionNum b/VersionNum index 59daf12..0d054d1 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (5.18) +/* (5.19) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 5.18 +#define Module_MajorVersion_CMHG 5.19 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 27 Feb 2000 +#define Module_Date_CMHG 08 Mar 2000 -#define Module_MajorVersion "5.18" -#define Module_Version 518 +#define Module_MajorVersion "5.19" +#define Module_Version 519 #define Module_MinorVersion "" -#define Module_Date "27 Feb 2000" +#define Module_Date "08 Mar 2000" -#define Module_FullVersion "5.18" +#define Module_FullVersion "5.19" -- GitLab