xdc-J07
diff --git a/README b/README
index fe3f008..27a04a5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-J06 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-J07 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -65,12 +65,11 @@
 
 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
-
+XDCTOOLS-362	SysConfig generated C-ROV file is not found by IAR WB
+XDCTOOLS-429	parallel build of app that includes xdc/cfg/global.h may fail
+XDCTOOLS-431	ITarget.model properties are incorrect for ROV C modules
+		for BIOS 7
+XDCTOOLS-432	Program.displayError tags a whole column instead of a cell
+		for native C ROV
diff --git a/ident.c b/ident.c
index 3867c59..31f4931 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J06"
+#define _VERS_ "@(#)*** xdc-J07"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;