Release coccinelle-0.2.2-rc1
[bpt/coccinelle.git] / globals / config.ml.in
CommitLineData
c3e37e97 1let version = "0.2.2-rc1"
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")