author | wenzelm |
Wed, 04 Oct 2017 12:00:53 +0200 | |
changeset 66787 | 64b47495676d |
parent 62845 | 31177a9c3025 |
child 67866 | 11e4060bcdca |
permissions | -rw-r--r-- |
62845 | 1 |
/* Title: Pure/System/distribution.scala |
2 |
Author: Makarius |
|
3 |
||
4 |
The Isabelle system distribution -- filled-in by makedist. |
|
5 |
*/ |
|
6 |
||
7 |
package isabelle |
|
8 |
||
9 |
||
10 |
object Distribution |
|
11 |
{ |
|
12 |
val version = "unidentified repository version" |
|
13 |
val is_identified = false |
|
14 |
val is_official = false |
|
15 |
} |