src/Pure/System/distribution.scala
author wenzelm
Sat, 28 Mar 2020 19:33:14 +0100
changeset 71612 e0a5d6068141
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
tuned;

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

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

package isabelle


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