VersionASM 1012 Bytes
Newer Older
Stewart Brodie's avatar
Stewart Brodie 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.
Stewart Brodie's avatar
Stewart Brodie committed
4
;
5 6 7 8 9
                        GBLS    Module_MajorVersion
                        GBLA    Module_Version
                        GBLS    Module_MinorVersion
                        GBLS    Module_Date
                        GBLS    Module_FullVersion
10
                        GBLS    Module_ApplicationDate
11 12 13
                        GBLS    Module_HelpVersion
                        GBLS    Module_ComponentName
                        GBLS    Module_ComponentPath
14 15
Module_MajorVersion     SETS    "2.27"
Module_Version          SETA    227
16
Module_MinorVersion     SETS    ""
17 18
Module_Date             SETS    "14 Oct 2011"
Module_ApplicationDate  SETS    "14-Oct-11"
19
Module_ComponentName    SETS    "Filer"
20
Module_ComponentPath    SETS    "castle/RiscOS/Sources/Desktop/Filer"
21 22
Module_FullVersion      SETS    "2.27"
Module_HelpVersion      SETS    "2.27 (14 Oct 2011)"
Stewart Brodie's avatar
Stewart Brodie committed
23
                        END