src/Pure/System/distribution.ML
changeset 67866 11e4060bcdca
parent 62845 31177a9c3025
child 73519 8f485a199874
equal deleted inserted replaced
67865:ab0b8e388967 67866:11e4060bcdca
     4 The Isabelle system distribution -- filled-in by makedist.
     4 The Isabelle system distribution -- filled-in by makedist.
     5 *)
     5 *)
     6 
     6 
     7 structure Distribution =
     7 structure Distribution =
     8 struct
     8 struct
     9   val version = "unidentified repository version";
     9   val version = "repository version";
    10   val is_identified = false;
    10   val is_identified = false;
    11   val is_official = false;
    11   val is_official = false;
    12 end;
    12 end;