Browse Source

set version to 2.09

Nicolas Cannasse 13 years ago
parent
commit
6e092b9967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -39,7 +39,7 @@ type cache = {
 exception Abort
 exception Completion of string
 
-let version = 208
+let version = 209
 
 let measure_times = ref false
 let prompt = ref false