Browse Source

bumversionnumber

Simon Krajewski 10 years ago
parent
commit
c27bcdd3f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -70,7 +70,7 @@ exception Abort
 exception Completion of string
 
 
-let version = 3200
+let version = 3300
 let version_major = version / 1000
 let version_minor = (version mod 1000) / 100
 let version_revision = (version mod 100)