src/Pure/System/distribution.scala
author wenzelm
Sat, 19 May 2018 16:13:39 +0200
changeset 68220 8fc4e3d1df86
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
clarified store.clean_output: cleanup user_output_dir even in system_mode;

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