Nicolas Cannasse 17 years ago
parent
commit
7cba1e6984
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2007-??-??: 1.17
+2008-01-13: 1.17
 	fixed Int32.compare, added Int32.read and Int32.write
 	fixed type of unitialized registers in flash9
 	fixed Sqlite transactions (commit and rollback now restart a transaction)

+ 1 - 1
main.ml

@@ -183,7 +183,7 @@ let rec process_params acc = function
 
 and init params =
 try
-	let version = 116 in
+	let version = 117 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