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