xdc-J05
diff --git a/README b/README
index 431a65f..266f560 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-J04 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-J05 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -65,16 +65,14 @@
 
 CHANGES
 
-xdc.rov		previous fix for XDCTOOLS-414 was incomplete; the code
-		continued to read instances from an invalid address
+xdc.runtime more MISRA changes - HOSTwrite declaration were missing
+	    function arguments, and NULL had to be replaced with (void*)0
+	    because TI compilers define NULL as 0.
 
-xdc.runtime	more MISRA changes - arguments for a SizeT function parameter
-		were cast as UInt, now they are SizeT. Two comparison operands
-		that would normally end up as Ints due to integer promotion
-		are cast as UShort because of the MISRA requirements.
+core	    constants that are cast as unsigned types now have U, UL, or
+	    ULL as a suffix to satisfy MISRA requirements.
 
 MRS
 
-XDCTOOLS-414	IAR Semaphore ROV view raises an error
-XDCTOOLS-427	XDCspec compiler rule gets triggered multiple times
+SYSBIOS-1453	J7 R5F & C7x Safety MISRA-C Issues for runtime
 
diff --git a/ident.c b/ident.c
index 1588797..f1595fb 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J04"
+#define _VERS_ "@(#)*** xdc-J05"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;