src/Pure/System/distribution.scala
author wenzelm
Sun, 10 Dec 2017 18:31:41 +0100
changeset 67176 13b5c3ff1954
parent 62845 31177a9c3025
child 67866 11e4060bcdca
permissions -rw-r--r--
re-implemented "isabelle document" in Isabelle/Scala, include latex_errors here;

/*  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
}