DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦9ebec2607⟧ TextFile

    Length: 522 (0x20a)
    Types: TextFile
    Names: »B«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦this⟧ 

TextFile

separate (Release.Info)
function Number return String is
------------------------------------------------------------------------------
-- This is the current release number/name for this version of RXI.
-- eg. "Release10_5_0"
--
-- When changing the major version number, eg. from 10_6 to 10_7, don't forget
-- to change the Various _Src/_Exe/_Tst strings at the top of our parent Ada
-- unit.
------------------------------------------------------------------------------
begin

    return "Release10_10_1";

end Number;