Version 730 Bytes
Newer Older
Neil Turton's avatar
Neil Turton committed
1 2
; > Versions.Vicky

3
        GET     VersionASM
Kevin Bracey's avatar
Kevin Bracey committed
4

Neil Turton's avatar
Neil Turton committed
5 6 7
        GBLA    Version
        GBLS    VString
        GBLS    Date
8 9
        GBLA    OSVersionID

10
OSVersionID SETA &AA
Neil Turton's avatar
Neil Turton committed
11

12
        [ Embedded_UI
13 14 15
Version SETA    Module_Version
VString SETS    Module_MajorVersion
Date    SETS    Module_Date      ; version for STB/NC OS
16
        |
17 18 19
Version SETA    517
VString SETS    "5.17"
Date    SETS    "19 Jan 2010"    ; version for RISC OS on desktop computers
Ben Avison's avatar
Ben Avison committed
20 21 22 23

                                 ; you may also wish to update the welcome
                                 ; and OS information dialogue box templates
                                 ; in the sources for Desktop and Switcher
Ben Avison's avatar
Ben Avison committed
24
				 ; (especially for year change)
25
        ]
Neil Turton's avatar
Neil Turton committed
26 27

        END