We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14af663 commit 7f3563cCopy full SHA for 7f3563c
extra/CHANGES.txt
@@ -1,4 +1,4 @@
1
-2021-XX-XX 4.2.2:
+2021-05-14 4.2.2:
2
3
Bugfixes:
4
opam
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "haxe"
-version: "4.2.1"
+version: "4.2.2"
synopsis: "Multi-target universal programming language"
5
description: """
6
Haxe is an open source toolkit based on a modern,
src/core/globals.ml
@@ -24,7 +24,7 @@ type platform =
24
| Hl
25
| Eval
26
27
-let version = 4201
+let version = 4202
28
let version_major = version / 1000
29
let version_minor = (version mod 1000) / 100
30
let version_revision = (version mod 100)
0 commit comments