src/Pure/System/distribution.scala
author wenzelm
Thu, 06 Aug 2020 16:45:35 +0200
changeset 72098 8c547eac8381
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
more robust treatment of thm_names, with strict check after all theories are loaded;

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