Nicolas Cannasse 19 年之前
父節點
當前提交
100c9ab4d8
共有 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.08
+2006-10-29: 1.08
 	fixed bug in flash -debug
 	fixed Sqlite result .length
 	fixed missing "." in OSX/Linux default classpath

+ 1 - 1
main.ml

@@ -120,7 +120,7 @@ let rec process_params acc = function
 
 and init params =
 try	
-	let usage = "Haxe Compiler 1.07 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
+	let usage = "Haxe Compiler 1.08 - (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