Nicolas Cannasse 19 years ago
parent
commit
ed798451a3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-??-??: 1.06
+2006-08-28: 1.06
 	allowed extern enums
 	allowed extern enums
 	use only matching construct when parameters are matched
 	use only matching construct when parameters are matched
 	fixed bug preventing & char to be sent between JS and Flash remoting
 	fixed bug preventing & char to be sent between JS and Flash remoting

+ 1 - 1
main.ml

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