@@ -1,4 +1,4 @@
-2007-??-??: 1.15
+2007-08-29: 1.15
fixed bug with Enum.construct when Enum have type parameters
change with "untyped" : arguments types are checked (because of opt select)
haxedoc : fixed type parameters display
@@ -158,7 +158,7 @@ let rec process_params acc = function
and init params =
try
- let version = 114 in
+ let version = 115 in
let version_str = Printf.sprintf "%d.%.2d" (version / 100) (version mod 100) in
let usage = "Haxe Compiler " ^ version_str ^ " - (c)2005-2007 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
let classes = ref [([],"Std")] in