Nicolas Cannasse 19 ani în urmă
părinte
comite
9088eec21e
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-05-25: 1.1
+2006-05-25: 1.01
 	added neko.Utf8
 	Serializer/Unserializer now support utf8 strings
 	allowed subtyping of prop accesses public/private when implementing an interface

+ 1 - 1
main.ml

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