Nicolas Cannasse 18 rokov pred
rodič
commit
21f9d777a4
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2007-??-??: 1.16
+2007-10-31: 1.16
 	use _sans font for default flash traces (better Linux support)
 	fixed haxe.remoting.Connection compilation for Flash<8
 	added fix to prevent 64K identifiers limit on Flash<9

+ 1 - 1
main.ml

@@ -159,7 +159,7 @@ let rec process_params acc = function
 
 and init params =
 try
-	let version = 115 in
+	let version = 116 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 classes = ref [([],"Std")] in