Nicolas Cannasse 19 лет назад
Родитель
Сommit
d996f11af0
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 2 - 2
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2006-05-??: 1.0
+2006-04-17: beta 5
 	fixed bug : continue in do...while
 	changed typing order for do...while (infer condition after block)
 	fixed JS "catch" generation
@@ -13,7 +13,7 @@
 	bug fixes in Reflect.fields
 	added Hash.remove, changed Hash/JS implementation
 	added flash __delete__ support
-	added neko.db.Object, Manager, Loop
+	added neko.db.Object, Manager, Transaction
 	fixed neko class.__interfaces__
 	added "assigning a value to itself" error
 	added automatic PosInfos when is last parameter

+ 1 - 1
main.ml

@@ -86,7 +86,7 @@ let base_defines = !Plugin.defines
 
 let rec init argv argv_start =
 try	
-	let usage = "Haxe Compiler Beta 4 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
+	let usage = "Haxe Compiler Beta 5 - (c)2005-2006 Motion-Twin\n Usage : haxe.exe [options] <class names...>\n Options :" in
 	let base_path = normalize_path (try Extc.executable_path() with _ -> "./") in
 	let classes = ref [([],"Std")] in
 	let target = ref No in