; > Versions.Vicky

        GET     VersionASM

        GBLA    Version
        GBLS    VString
        GBLS    Date
        GBLA    OSVersionID

OSVersionID SETA &AA

        [ STB
Version SETA    Module_Version
VString SETS    Module_MajorVersion
Date    SETS    Module_Date      ; version for STB/NC OS
        |
Version SETA    501
VString SETS    "5.01"
Date    SETS    "18 Dec 2002"    ; version for RISC OS on desktop computers
        ]

        END