Release coccinelle-0.1.8
[bpt/coccinelle.git] / globals / config.ml.in
CommitLineData
708f4980 1let version = "0.1.8"
34e49164
C
2
3let path =
4 try (Sys.getenv "COCCINELLE_HOME")
5 with Not_found->"/usr/local/share/coccinelle"
6
7let std_iso = ref (Filename.concat path "standard.iso")
8let std_h = ref (Filename.concat path "standard.h")