src/Pure/System/distribution.scala
author nipkow
Fri, 08 Jul 2016 19:35:31 +0200
changeset 63414 beb987127d0f
parent 62845 31177a9c3025
child 67866 11e4060bcdca
permissions -rw-r--r--
new style dummy_pats

/*  Title:      Pure/System/distribution.scala
    Author:     Makarius

The Isabelle system distribution -- filled-in by makedist.
*/

package isabelle


object Distribution
{
  val version = "unidentified repository version"
  val is_identified = false
  val is_official = false
}