src/Pure/System/distribution.scala
author wenzelm
Mon, 22 Feb 2021 12:30:05 +0100
changeset 73273 17c28251fff0
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
clarified signature: process_result timing from Isabelle/Scala;

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