Nicolas Cannasse 17 سال پیش
والد
کامیت
41a4a87a39
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2008-11-23: 2.02 CVS
+2008-11-23: 2.02
 	Std.is(MyInterface, Class) now returns true (haXe/PHP)
 	php arrays are wrapped into _hx_array instances, fixes issues with references (array cast, access out of bounds ...)
 	removed untested php classes (php.DBase, php.IniHash)

+ 1 - 1
main.ml

@@ -20,7 +20,7 @@ open Printf
 open Genswf
 open Common
 
-let version = 201
+let version = 202
 
 let prompt = ref false
 let display = ref false