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

+ 2 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-??-??: 1.07
+2006-09-11: 1.07
 	fixed resources in Neko
 	typedef, override, package and f9dynamic are now keywords
 	slighly changed error format output
@@ -12,6 +12,7 @@
 	fixed Std.is(*,null) = false
 	allowed >64K haXe/neko strings
 	-debug and stack traces support for Flash and JS
+	minor changes in xml output
 
 2006-08-28: 1.06
 	allowed extern enums

+ 1 - 1
main.ml

@@ -119,7 +119,7 @@ let rec process_params acc = function
 
 and init params =
 try	
-	let usage = "Haxe Compiler 1.06 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
+	let usage = "Haxe Compiler 1.07 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let classes = ref [([],"Std")] in
 	let target = ref No in
 	let swf_in = ref None in