VersionASM 1.11 KB
Newer Older
Kevin Bracey's avatar
Kevin Bracey committed
1 2
;
; This file is automatically maintained by srccommit, do not edit manually.
Kevin Bracey's avatar
Kevin Bracey committed
3
; Last processed by srccommit version: 1.68.
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
10 11
                        GBLS    Module_ApplicationDate2
                        GBLS    Module_ApplicationDate4
12
                        GBLS    Module_HelpVersion
13 14
                        GBLS    Module_ComponentName
                        GBLS    Module_ComponentPath
15 16
Module_MajorVersion     SETS    "5.35"
Module_Version          SETA    535
Kevin Bracey's avatar
Kevin Bracey committed
17 18 19 20
Module_MinorVersion     SETS    "4.79.2.48"
Module_Date             SETS    "07 Oct 2002"
Module_ApplicationDate2 SETS    "07-Oct-02"
Module_ApplicationDate4 SETS    "07-Oct-2002"
21 22
Module_ComponentName    SETS    "Kernel"
Module_ComponentPath    SETS    "RiscOS/Sources/Kernel"
Kevin Bracey's avatar
Kevin Bracey committed
23 24
Module_FullVersion      SETS    "5.35 (4.79.2.48)"
Module_HelpVersion      SETS    "5.35 (07 Oct 2002) 4.79.2.48"
25
                        END