src/Pure/ROOT.scala
author wenzelm
Thu, 24 Jul 2014 15:54:56 +0200
changeset 57649 a43898f76ae9
parent 57647 5c600dd17617
child 62492 0e53fade87fe
permissions -rw-r--r--
further distinction of Isabelle distribution: alert for identified release candidates;

/*  Title:      Pure/ROOT.scala
    Module:     PIDE
    Author:     Makarius

Root of isabelle package.
*/

package object isabelle extends isabelle.Basic_Library
{
  object Distribution     /*filled-in by makedist*/
  {
    val version = "unidentified repository version"
    val is_identified = false
    val is_official = false
  }
}