Nicolas Cannasse 13 سال پیش
والد
کامیت
3b2ad1e35e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2012-??-??: 2.09
+2012-04-14: 2.09
 	all : optimized const == const and const != const (with different const types)
 	all : add Type.allEnums(e)
 	all : big improvements with completion speed and fixed many issues

+ 1 - 1
main.ml

@@ -623,7 +623,7 @@ and do_connect host port args =
 
 and init ctx =
 	let usage = Printf.sprintf
-		"haXe Compiler %d.%.2d - (c)2005-2011 Motion-Twin\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-as3] <output> [options]\n Options :"
+		"haXe Compiler %d.%.2d - (c)2005-2012 Motion-Twin\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-as3] <output> [options]\n Options :"
 		(version / 100) (version mod 100) (if Sys.os_type = "Win32" then ".exe" else "")
 	in
 	let com = ctx.com in