VersionASM 1006 Bytes
Newer Older
Kevin Bracey's avatar
Kevin Bracey committed
1 2
;
; This file is automatically maintained by srccommit, do not edit manually.
Ben Avison's avatar
Ben Avison committed
3
; Last processed by srccommit version: 1.1.
Kevin Bracey's avatar
Kevin Bracey committed
4
;
5 6 7 8 9
                        GBLS    Module_MajorVersion
                        GBLA    Module_Version
                        GBLS    Module_MinorVersion
                        GBLS    Module_Date
                        GBLS    Module_FullVersion
Ben Avison's avatar
Ben Avison committed
10
                        GBLS    Module_ApplicationDate
11
                        GBLS    Module_HelpVersion
12 13
                        GBLS    Module_ComponentName
                        GBLS    Module_ComponentPath
Ben Avison's avatar
Ben Avison committed
14 15
Module_MajorVersion     SETS    "6.01"
Module_Version          SETA    601
16
Module_MinorVersion     SETS    ""
Ben Avison's avatar
Ben Avison committed
17 18
Module_Date             SETS    "15 Apr 2018"
Module_ApplicationDate  SETS    "15-Apr-18"
19
Module_ComponentName    SETS    "Kernel"
Ben Avison's avatar
Ben Avison committed
20
Module_ComponentPath    SETS    "castle/RiscOS/Sources/Kernel"
Ben Avison's avatar
Ben Avison committed
21 22
Module_FullVersion      SETS    "6.01"
Module_HelpVersion      SETS    "6.01 (15 Apr 2018)"
23
                        END