Browse Source

use version 2.10 to make difference from release

Nicolas Cannasse 13 years ago
parent
commit
70aed8d1c0
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 = 209
+let version = 210
 
 let measure_times = ref false
 let prompt = ref false