Commit 889a2de1 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

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'
parent b85d7d81
......@@ -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
......
......@@ -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
/* (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"
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