/* (6.01)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.01
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Apr 2018
#define Module_MajorVersion "6.01"
#define Module_Version 601
#define Module_MinorVersion ""
#define Module_Date "15 Apr 2018"
#define Module_ApplicationDate "15-Apr-18"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "6.01"
#define Module_HelpVersion "6.01 (15 Apr 2018)"
#define Module_LibraryVersionInfo "6:1"
-
Ben Avison authored
Detail: Resolve allocation clash for vector &2C. It appears that RISCOS Ltd used this vector in RISC OS 6 without getting it allocated - they really should have known better, since Hdr:RISCOS has always one of the header files centrally managed and coordinated between the two forks of RISC OS. Resolved by moving SeriousErrorV to &2D since it is a relatively recent addition (April 2016) and hasn't yet featured in a stable RISC OS 5 release. Also correct some comments elsewhere in Hdr:RISCOS. Version 6.01. Tagged as 'Kernel-6_01'
cc37d347