coccinelle release 1.0.0-rc6
[bpt/coccinelle.git] / globals / config.ml.in
index 3670c92..1d82836 100644 (file)
@@ -1,8 +1,9 @@
-let version = "0.1.8"
+let version = "1.0.0-rc6"
 
-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")
 let std_h   = ref (Filename.concat path "standard.h")
+