]> matita.cs.unibo.it Git - helm.git/commitdiff
magic number incremented (because of the new declarative commands)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Jul 2006 11:32:44 +0000 (11:32 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Jul 2006 11:32:44 +0000 (11:32 +0000)
components/grafite/grafiteAst.ml

index 6731034318b266acdc4c9de000793276baf2445c..d38943da19ed732ce46f1528a16c531adcd2f46c 100644 (file)
@@ -109,7 +109,7 @@ type 'term macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 5
+let magic = 6
 
 type 'obj command =
   | Default of loc * string * UriManager.uri list