Nicolas Cannasse 17 năm trước cách đây
mục cha
commit
21076b05c0
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -6,7 +6,7 @@ TODO optimizer : move multiple statics access into local variables
 TODO inlining : allow inlined getter/setter
 TODO inlining : substitute class+function type parameters in order to have fully typed expressions
 
-2008-??-??: 1.19
+2008-04-05: 1.19
 	fixed flash9 Array.toString
 	fixed inline return bug
 	added haxe.rtti.Generic behavior

+ 1 - 1
main.ml

@@ -184,7 +184,7 @@ let rec process_params acc = function
 
 and init params =
 try
-	let version = 118 in
+	let version = 119 in
 	let version_str = Printf.sprintf "%d.%.2d" (version / 100) (version mod 100) in
 	let usage = "Haxe Compiler " ^ version_str ^ " - (c)2005-2008 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let classes = ref [([],"Std")] in