diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index c18bb5dd467..2848bc1742b 100644 --- a/doc/CHANGES.txt +++ b/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) diff --git a/main.ml b/main.ml index 4aa1f2ebce1..628c1ffac22 100755 --- a/main.ml +++ b/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