xdc-D10
diff --git a/README b/README
index f114af5..43f5ae2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D09 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D10 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,10 +77,10 @@
 
 CHANGES
 
-core	    incompatible 3.32 and older modules are now detected at the config
-	    time instead of waiting for the compile time
+xdc
+        fix pragma warning from std.h when compiling C++ files
+
 
 MRS
 
-ECL513348   delegates with create() signatures different from proxies' create()
-	    signatures
+ECL515211 - gcc 6.x warns about -Wstrict-prototype disable pragma in std.h ...
diff --git a/ident.c b/ident.c
index e099e36..7befa3e 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D09"
+#define _VERS_ "@(#)*** xdc-D10"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;