Release coccinelle-0.1.6a
[bpt/coccinelle.git] / globals / config.ml
CommitLineData
8ba84ae2 1let version = "0.1.6a"
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")