We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596b6e0 commit 5a8ec55Copy full SHA for 5a8ec55
toolchain/haxe-target.xml
@@ -1,7 +1,7 @@
1
<xml>
2
3
<!-- make sure hxcpp.n is up to date -->
4
-<pleaseUpdateHxcppTool version="7" />
+<pleaseUpdateHxcppTool version="8" />
5
6
<pragma once="true" />
7
tools/hxcpp/BuildTool.hx
@@ -2459,7 +2459,7 @@ class BuildTool
2459
public function checkToolVersion(inVersion:String)
2460
{
2461
var ver = Std.parseInt(inVersion);
2462
- if (ver>7)
+ if (ver>8)
2463
Log.error("Your version of hxcpp.n is out-of-date. Please update by compiling 'haxe compile.hxml' in hxcpp/tools/hxcpp.");
2464
}
2465
0 commit comments