@@ -252,7 +252,7 @@ module Initialize = struct
add_std "php";
"php"
| Cpp ->
- Common.define_value com Define.HxcppApiLevel "331";
+ Common.define_value com Define.HxcppApiLevel "332";
add_std "cpp";
if Common.defined com Define.Cppia then
classes := (Path.parse_path "cpp.cppia.HostClasses" ) :: !classes;