xdc-I08
diff --git a/README b/README
index 3d7400a..1a4ddc7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-I07 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-I08 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -65,14 +65,10 @@
CHANGES
-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".
+xdc.rov
+ improved error handling
-runtime small change in System.c, a declaration is moved to the top of a
- block
+xdc.runtime
+ fixup stale links to rtsc.eclipse.org
MRS
-
-XDCTOOLS-336 Complete XDC Runtime Architecture Document for DMSC program
-
diff --git a/ident.c b/ident.c
index 7337dbc..5e69a52 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-I07"
+#define _VERS_ "@(#)*** xdc-I08"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;