Browse Source

define haxe5

Simon Krajewski 1 year ago
parent
commit
7415e9f5c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/compiler/compiler.ml

+ 1 - 0
src/compiler/compiler.ml

@@ -233,6 +233,7 @@ module Setup = struct
 		Common.define_value com Define.HaxeVer (Printf.sprintf "%.3f" (float_of_int Globals.version /. 1000.));
 		Common.raw_define com "haxe3";
 		Common.raw_define com "haxe4";
+		Common.raw_define com "haxe5";
 		Common.define_value com Define.Haxe s_version;
 		Common.raw_define com "true";
 		Common.define_value com Define.Dce "std";