Răsfoiți Sursa

set version to 3.2.0

Simon Krajewski 11 ani în urmă
părinte
comite
5880bd9b2b

+ 1 - 1
main.ml

@@ -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 - 1
std/cpp/zip/Compress.hx

@@ -1,5 +1,5 @@
 package cpp.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Compress = haxe.zip.Compress;
 #end

+ 1 - 1
std/cpp/zip/Flush.hx

@@ -1,5 +1,5 @@
 package cpp.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Flush = haxe.zip.FlushMode;
 #end

+ 1 - 1
std/cpp/zip/Uncompress.hx

@@ -1,5 +1,5 @@
 package cpp.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Uncompress = haxe.zip.Uncompress;
 #end

+ 1 - 1
std/neko/zip/Compress.hx

@@ -1,5 +1,5 @@
 package neko.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Compress = haxe.zip.Compress;
 #end

+ 1 - 1
std/neko/zip/Flush.hx

@@ -1,5 +1,5 @@
 package neko.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Flush = haxe.zip.FlushMode;
 #end

+ 1 - 1
std/neko/zip/Uncompress.hx

@@ -1,5 +1,5 @@
 package neko.zip;
 
-#if (haxe_ver < 3.2)
+#if (haxe_ver < 3.4)
 typedef Uncompress = haxe.zip.Uncompress;
 #end