diff -r 46f4e4cd3b69 -r c69c3559355b src/Pure/ROOT.ML --- a/src/Pure/ROOT.ML Thu Feb 21 21:31:51 2008 +0100 +++ b/src/Pure/ROOT.ML Thu Feb 21 21:31:52 2008 +0100 @@ -4,7 +4,12 @@ Pure Isabelle. *) -val version = "Isabelle repository version"; (*filled in automatically!*) +structure Distribution = (*filled-in by makedist*) +struct + val version = "Isabelle repository version"; + val is_unofficial = false; + val has_changelog = false; +end; (*if true then some tools will OMIT some proofs*) val quick_and_dirty = ref false;