Coccinelle release 1.0.0-rc3
[bpt/coccinelle.git] / globals / config.ml.in
CommitLineData
65038c61 1let version = "1.0.0-rc3"
34e49164 2
7f004419
C
3let path =
4 try (Sys.getenv "COCCINELLE_HOME")
34e49164
C
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")
174d1640 9