2
0
Nicolas Cannasse 18 жил өмнө
parent
commit
2ffc6fde0a
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.14
+2007-07-25: 1.14
 	fixed no error when invalid "catch" expression
 	fixed no error when invalid "catch" expression
 	remove variance
 	remove variance
 	fixed prototype bug in neko when "Main" class is defined
 	fixed prototype bug in neko when "Main" class is defined

+ 1 - 1
main.ml

@@ -158,7 +158,7 @@ let rec process_params acc = function
 
 
 and init params =
 and init params =
 try
 try
-	let version = 113 in
+	let version = 114 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