X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FbuildTimeConf.ml.in;h=e75988386ba55cd0c8f3cd7326f93671d091faf2;hb=3c9c376401844c389d682ba835845443105e4b1a;hp=525c678b4f45ed167d029b6ee7cd0823c3319e2d;hpb=b5d69130dd83587b5fb9cbb39251aaa8df8c456e;p=helm.git diff --git a/helm/matita/buildTimeConf.ml.in b/helm/matita/buildTimeConf.ml.in index 525c678b4..e75988386 100644 --- a/helm/matita/buildTimeConf.ml.in +++ b/helm/matita/buildTimeConf.ml.in @@ -24,4 +24,10 @@ *) let debug = @DEBUG@;; +let version = "0.0.1";; +let undo_history_size = 10;; +let console_history_size = 100;; +let gtkrc = "@MATITA_GTKRC@";; +let base_uri = "cic:/matita";; +let phrase_sep = ".";;