2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
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