Nicolas Cannasse 19 年之前
父節點
當前提交
015db3d408
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-??-??: 1.0 ?
+2006-05-02: RC1
 	added the Socket class
 	fixed a bug of returned value in neko with 6 or more parameters
 	added "Missing type" error for catchs.

+ 1 - 1
main.ml

@@ -86,7 +86,7 @@ let base_defines = !Plugin.defines
 
 let rec init argv argv_start =
 try	
-	let usage = "Haxe Compiler Beta 5 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
+	let usage = "Haxe Compiler RC1 - (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