• Neil Bingham's avatar
    Change to Version file · 5ff82b71
    Neil Bingham authored
    Detail:
      When Machine=Phoebe the Kernel failed to build due to use of OSVersionID.
      Commented out this line.  Other machine settings unaffected.
    Admin:
      Tested on Ursula build: Products/Ursula/modules (tag Ursula010a).
    
    Version 5.19. Tagged as 'Kernel-5_19'
    5ff82b71
Version 638 Bytes
; > 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
        |
        [ M_Phoebe
Version     SETA    400
VString     SETS    "4.00"
Date        SETS    "02 Feb 2000"   ; version for RISC OS on desktop computers
;OSVersionID SETA    &A8             ; was &A7 for 3.70,3.71
        |
Version SETA    371
VString SETS    "3.71"
Date    SETS    "19 Feb 1997"    ; version for RISC OS on desktop computers
        ]
        ]

        END