Nicolas Cannasse пре 18 година
родитељ
комит
9ea1fc6bc6
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      doc/CHANGES.txt
  2. 2 2
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-??-??: 1.10
+2007-01-01: 1.10
 	fix in haxe.remoting.SocketConnection.readAnswer
 	fix in postfix incr/decr and getter/setter
 	added haxe.Http.fileTransfert for Neko

+ 2 - 2
main.ml

@@ -120,9 +120,9 @@ let rec process_params acc = function
 
 and init params =
 try	
-	let version = 109 in
+	let version = 110 in
 	let version_str = Printf.sprintf "%d.%.2d" (version / 100) (version mod 100) in
-	let usage = "Haxe Compiler " ^ version_str ^ " - (c)2005-2006 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 target = ref No in
 	let swf_in = ref None in