Commit 5ff82b71 authored by Neil Bingham's avatar Neil Bingham
Browse files

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'
parent e975789f
......@@ -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"
......
......@@ -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
/* (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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment