xdc-D27.1
diff --git a/README b/README
index 0f710a6..f555128 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D27 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D27.1 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,17 +77,9 @@
 
 CHANGES
 
-xdc.runtime added (void) to calls that don't use return values to prevent
-	    MISRA warnings
-
-	    moved increment or decrement operations to separate instructions
-	    to avoid MISRA warnings
-
-	    added explicit casts to prevent MISRA and static analysis warnings
-
-	    There was a bug introduced in xdc-D26 in Core-params.c, where a
-	    cast that was supposed to refer to a whole expression was applied
-	    to only one operand. The bug is fixed in this tree.
+xdc.runtime accumulated MISRA changes from xdc-D27 to xdc-D32
 
 MRS
 
+XDCTOOLS-75 ROV does not handle thumb addresses for IAR compiled exes
+
diff --git a/ident.c b/ident.c
index 5e39b52..f669548 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D27"
+#define _VERS_ "@(#)*** xdc-D28"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;