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

⟦bb2a38a87⟧ TextFile

    Length: 605 (0x25d)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦591c5b094⟧ 
                └─⟦this⟧ 

TextFile

separate (Places)
package body Versions is

    Working     : constant String := "6_0_0";   -- Our working/development areas
    Release     : constant String := "6_0_0";   -- Our customer/release areas
    Workstation : constant String := "/src/X/xlib/rev6";

    function Working_Version return String is
    begin
        return Working;
    end Working_Version;

    function Release_Version return String is
    begin
        return Release;
    end Release_Version;

    function Workstation_Version return String is
    begin
        return Workstation;
    end Workstation_Version;

end Versions;