Nicolas Cannasse 17 ani în urmă
părinte
comite
5e6aea17d8
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      doc/CHANGES.txt
  2. 2 2
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2008-??-??: 1.18
+2008-02-23: 1.18
 	some optimization and bugfix for as3 codegen
 	bugfix : allow bitmaps and fonts classes for F9 library
 	bugfix : neko.Web.setCookie

+ 2 - 2
main.ml

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