@@ -45,7 +45,7 @@ exception Abort
exception Completion of string
-let version = 3103
+let version = 3200
let version_major = version / 1000
let version_minor = (version mod 1000) / 100
let version_revision = (version mod 100)
@@ -1,5 +1,5 @@
package cpp.zip;
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
typedef Compress = haxe.zip.Compress;
#end
typedef Flush = haxe.zip.FlushMode;
typedef Uncompress = haxe.zip.Uncompress;
package neko.zip;