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