]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/buildTimeConf.ml.in
bumped changelog line to match upload date
[helm.git] / helm / matita / buildTimeConf.ml.in
index 665bb4908bb4b42a4877b67bffb5f50ec790934f..249058f8b9d795ebcce09200faa1695def43501c 100644 (file)
@@ -24,6 +24,9 @@
  *)
 
 let debug = @DEBUG@;;
-
-module Transformer = @TRANSFORMER_MODULE@;;
+let version = "0.0.1";;
+let undo_history_size = 10;;
+let console_history_size = 100;;
+let gtkrc = "@MATITA_GTKRC@";;
+let base_uri = "cic:/matita";;