Nicolas Cannasse 19 lat temu
rodzic
commit
d9e27e88f1
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 2 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 2 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-??-??: 1.05
+2006-08-16: 1.05
 	moved Md5 to haxe package.
 	some method renamed in neko.FileSystem.
 	added neko.remoting.Server.setLogger
@@ -13,6 +13,7 @@
 	metas : removed __construct__ and class.toString.
 	metas : __super__ and __interfaces__ now optional
 	added Type api (seperated from Reflect)
+	flash 9 support
 
 2006-07-25: 1.04
 	added macros in haxe.Template

+ 1 - 1
main.ml

@@ -119,7 +119,7 @@ let rec process_params acc = function
 
 and init params =
 try	
-	let usage = "Haxe Compiler 1.04 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
+	let usage = "Haxe Compiler 1.05 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let base_path = normalize_path (try Extc.executable_path() with _ -> "./") in
 	let classes = ref [([],"Std")] in
 	let target = ref No in