Nicolas Cannasse 18 年之前
父节点
当前提交
541469390b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2007-??-??: 1.11
+2007-01-28: 1.11
 	changed StringBuf.add implementation
 	changed StringBuf.add implementation
 	added haxe.Firebug
 	added haxe.Firebug
 	allowed variable return type for overriden/implemented methods
 	allowed variable return type for overriden/implemented methods

+ 1 - 1
main.ml

@@ -121,7 +121,7 @@ let rec process_params acc = function
 
 
 and init params =
 and init params =
 try	
 try	
-	let version = 110 in
+	let version = 111 in
 	let version_str = Printf.sprintf "%d.%.2d" (version / 100) (version mod 100) in
 	let version_str = Printf.sprintf "%d.%.2d" (version / 100) (version mod 100) in
 	let usage = "Haxe Compiler " ^ version_str ^ " - (c)2005-2007 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let usage = "Haxe Compiler " ^ version_str ^ " - (c)2005-2007 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let classes = ref [([],"Std")] in
 	let classes = ref [([],"Std")] in