src/Pure/System/distribution.scala
changeset 62845 31177a9c3025
child 67866 11e4060bcdca
equal deleted inserted replaced
62844:eeea384cafc8 62845:31177a9c3025
       
     1 /*  Title:      Pure/System/distribution.scala
       
     2     Author:     Makarius
       
     3 
       
     4 The Isabelle system distribution -- filled-in by makedist.
       
     5 */
       
     6 
       
     7 package isabelle
       
     8 
       
     9 
       
    10 object Distribution
       
    11 {
       
    12   val version = "unidentified repository version"
       
    13   val is_identified = false
       
    14   val is_official = false
       
    15 }