X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flexicon%2FlexiconAst.ml;h=65bb7ce64657b7a805af49feb64259175972f8b1;hb=8a219d1957a19d666a929e9a674a5fddee10066b;hp=9fb188d486bfd15cdbd177af975c47e67e4892ff;hpb=81b53ddc3ce92187e62deff483919ca2251fd246;p=helm.git diff --git a/components/lexicon/lexiconAst.ml b/components/lexicon/lexiconAst.ml index 9fb188d48..65bb7ce64 100644 --- a/components/lexicon/lexiconAst.ml +++ b/components/lexicon/lexiconAst.ml @@ -36,7 +36,7 @@ type alias_spec = (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 5 +let magic = 6 type inclusion_mode = WithPreferences | WithoutPreferences (* aka aliases *)