xdc-I07
diff --git a/README b/README
index a08d484..3d7400a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-I06 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-I07 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -65,19 +65,14 @@
 
 CHANGES
 
-core	    added a comment to xdc/std.h to explain the existence of 
-	    gnu/targets/select.h and gnu/targets/arm/select.h and when can we
-	    reference one or the other.
+xdc.rov	    removed references to "C-ROV". It's simply ROV now, and when we need
+	    to talk about ROV for RTSC modules, it's "RTSC ROV".
+	    Global namespace is now "Global".
 
-	    added a workaround for CODEGEN-5950. Clang ignores some attributes
-	    that are specified for the same object but on different source
-	    lines.
-
-xdc.rov	    C-ROV modules can now specify a namespace for their modules using
-	    C++-like notation "Namespace::Module". This only important for
-	    modules that have the same base name. The default namespace changed
-	    from "C" to "C-ROV".
+runtime	    small change in System.c, a declaration is moved to the top of a
+	    block
 
 MRS
 
+XDCTOOLS-336	Complete XDC Runtime Architecture Document for DMSC program
 
diff --git a/ident.c b/ident.c
index f3743e3..7337dbc 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-I06"
+#define _VERS_ "@(#)*** xdc-I07"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;