Explorar o código

hold back on version bump until we've figured out the haxe.zip issues

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
adb9c9b8e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.ml

+ 1 - 1
main.ml

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