Version 686 Bytes
; > 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    504
VString SETS    "5.04"
Date    SETS    "05 Jan 2004"    ; version for RISC OS on desktop computers

                                 ; you may also wish to update the welcome
                                 ; and OS information dialogue box templates
                                 ; in the sources for Desktop and Switcher
        ]

        END