xdc-D26
diff --git a/README b/README
index f06600d..a7b98db 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D25 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D26 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,12 +77,15 @@
 
 CHANGES
 
-xdc.runtime hand-crafted header files were missing include guards
+xdc.runtime reorganized code to avoid multiple return statements in functions
+
+	    added parentheses around operands to prevent MISRA complaints
 
 	    other MISRA related changes
 
-xdc.rov	    added a special case for sysbios_Semaphore to the code that
-	    detects constructed objects. Any sysbios_Semaphore found is added
-	    to the list of ti.sysbios.knl.Semaphore objects
+core	    removed underscores from variable names to prevent MISRA complaints
 
 MRS
+
+XDCTOOLS-216	Object_get__S functions may contain unreachable code
+
diff --git a/ident.c b/ident.c
index b7cf9fa..b0d39e1 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D25"
+#define _VERS_ "@(#)*** xdc-D26"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;