; > Versions.Vicky

	GET	VersionASM

        GBLA    Version
        GBLS    VString
        GBLS    Date

        [ STB
Version SETA    Module_Version
VString SETS    Module_MajorVersion
Date    SETS    Module_Date      ; version for STB/NC OS
        |
Version SETA    371
VString SETS    "3.71"
Date    SETS    "19 Feb 1997"    ; version for RISC OS on desktop computers
        ]

        END