xdc-I06
diff --git a/README b/README
index 5931c34..a08d484 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-I05 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-I06 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -65,7 +65,19 @@
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.
+
+ 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".
+
MRS
-XDCTOOLS-340 C-ROV view similar to INSTANCE_DATA view
diff --git a/ident.c b/ident.c
index 0241fea..f3743e3 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-I05"
+#define _VERS_ "@(#)*** xdc-I06"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;