xdc-F02
diff --git a/README b/README
index c32bb2f..a8e15e3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-F01 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-F02 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,16 +77,7 @@
 
 CHANGES
 
-config.bld  switched to the release mode because Windows executables are
-	    failing because they can't find debug versions of Windows DLLs
-
-xdc.runtime cast (xdc_runtime_Assert_Id)(id) causes the following warning when
-	    NULL pointer is passed on 64-bit targets:
-		warning: cast from pointer to integer of different size
-		[-Wpointer-to-int-cast]
-	    We can see it only if xdc__strict is defined or stddef.h is
-	    included. In both cases NULL ends up defined as (void*)0. Otherwise,
-	    NULL is defined as 0 and there is no warning
+imports	    used xdcutils-h30 with 64-bit Cygwin built with a newer compiler
 
 MRS
 
diff --git a/ident.c b/ident.c
index ef5c8d6..fc0751d 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-F01"
+#define _VERS_ "@(#)*** xdc-F02"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;