Commit 38ae8331 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Get tag for 5.18.

Version 5.35, 4.79.2.131. Tagged as 'Kernel-5_35-4_79_2_131'
parent 19995840
; > Versions.Vicky ; > Version
GET VersionASM GET VersionASM
...@@ -14,13 +14,13 @@ Version SETA Module_Version ...@@ -14,13 +14,13 @@ Version SETA Module_Version
VString SETS Module_MajorVersion VString SETS Module_MajorVersion
Date SETS Module_Date ; version for STB/NC OS Date SETS Module_Date ; version for STB/NC OS
| |
Version SETA 517 Version SETA 518
VString SETS "5.17" VString SETS "5.18"
[ (Version :AND: 1) = 1 [ (Version :AND: 1) = 1
Date SETS Module_Date ; Odd-numbered (i.e. development) build, use Date SETS Module_Date ; Odd-numbered (i.e. development) build, use
; date of last source checkin ; date of last source check in
| |
Date SETS "19 Jan 2010" ; version for RISC OS on desktop computers Date SETS "16 Jan 2012" ; version for RISC OS on desktop computers
; Desktop and Switcher use this via OS_Byte 0 ; Desktop and Switcher use this via OS_Byte 0
] ]
] ]
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
GBLS Module_ComponentPath GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35" Module_MajorVersion SETS "5.35"
Module_Version SETA 535 Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.130" Module_MinorVersion SETS "4.79.2.131"
Module_Date SETS "10 Dec 2011" Module_Date SETS "05 Jan 2012"
Module_ApplicationDate SETS "10-Dec-11" Module_ApplicationDate SETS "05-Jan-12"
Module_ComponentName SETS "Kernel" Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel" Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.130)" Module_FullVersion SETS "5.35 (4.79.2.131)"
Module_HelpVersion SETS "5.35 (10 Dec 2011) 4.79.2.130" Module_HelpVersion SETS "5.35 (05 Jan 2012) 4.79.2.131"
END END
...@@ -5,19 +5,19 @@ ...@@ -5,19 +5,19 @@
* *
*/ */
#define Module_MajorVersion_CMHG 5.35 #define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.130 #define Module_MinorVersion_CMHG 4.79.2.131
#define Module_Date_CMHG 10 Dec 2011 #define Module_Date_CMHG 05 Jan 2012
#define Module_MajorVersion "5.35" #define Module_MajorVersion "5.35"
#define Module_Version 535 #define Module_Version 535
#define Module_MinorVersion "4.79.2.130" #define Module_MinorVersion "4.79.2.131"
#define Module_Date "10 Dec 2011" #define Module_Date "05 Jan 2012"
#define Module_ApplicationDate "10-Dec-11" #define Module_ApplicationDate "05-Jan-12"
#define Module_ComponentName "Kernel" #define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel" #define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.130)" #define Module_FullVersion "5.35 (4.79.2.131)"
#define Module_HelpVersion "5.35 (10 Dec 2011) 4.79.2.130" #define Module_HelpVersion "5.35 (05 Jan 2012) 4.79.2.131"
#define Module_LibraryVersionInfo "5:35" #define Module_LibraryVersionInfo "5:35"
...@@ -115,8 +115,8 @@ Select16BitSound SETL {TRUE} ...@@ -115,8 +115,8 @@ Select16BitSound SETL {TRUE}
GBLL Japanese16BitSound GBLL Japanese16BitSound
Japanese16BitSound SETL {TRUE} :LAND: STB Japanese16BitSound SETL {TRUE} :LAND: STB
GBLL ChecksumCMOS GBLL ChecksumCMOS
ChecksumCMOS SETL {TRUE} ChecksumCMOS SETL {TRUE}
GBLL SqueezeMods ; whether squeezed modules are allowed GBLL SqueezeMods ; whether squeezed modules are allowed
SqueezeMods SETL {TRUE} SqueezeMods SETL {TRUE}
...@@ -176,7 +176,7 @@ LateAborts SETL {TRUE} ...@@ -176,7 +176,7 @@ LateAborts SETL {TRUE}
ShrinkableDAs SETL {TRUE} ShrinkableDAs SETL {TRUE}
GBLL DA_Batman ; Holey dynamic areas Batman! GBLL DA_Batman ; Holey dynamic areas Batman!
DA_Batman SETL {TRUE} ; concept of sparsely mapped dynamic areas introduced for Ursula DA_Batman SETL {TRUE} ; concept of sparsely mapped dynamic areas introduced for Ursula
GBLL ShadowROM ; if true, the ROM is mirrored above GBLL ShadowROM ; if true, the ROM is mirrored above
ShadowROM SETL {FALSE} ; &FF800000 ShadowROM SETL {FALSE} ; &FF800000
......
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