Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / globals / config.ml.in
index 18f2699..82e7798 100644 (file)
@@ -1,7 +1,7 @@
-let version = "0.1.11"
+let version = "0.2.0rc1"
 
-let path = 
-  try (Sys.getenv "COCCINELLE_HOME") 
+let path =
+  try (Sys.getenv "COCCINELLE_HOME")
   with Not_found->"/usr/local/share/coccinelle"
 
 let std_iso = ref (Filename.concat path "standard.iso")