xdc-J08
diff --git a/README b/README
index fe3f008..f66ac4f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-J06 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-J08 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -59,18 +59,15 @@
 
 ==============================================================
 
+This tree reverts to xdc-J06 with an exception of the error message
+change in xdc/rov/Program.xs
+
 ADDITIONS
 
 DELETIONS
 
 CHANGES
 
-core	    initial fix for SYSBIOS-1453 was buggy. It didn't account for
-	    float or double constants that are cast as unisgned integers.
-	    Such constants were also having U added, which ends in ai
-	    compilation error.
-
 MRS
 
-SYSBIOS-1453	J7 R5F & C7x Safety MISRA-C Issues for runtime
 
diff --git a/ident.c b/ident.c
index 3867c59..e521b8a 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J06"
+#define _VERS_ "@(#)*** xdc-J08"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;