xdc-K02
diff --git a/README b/README
index b55a04d..9772255 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-K01 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-K02 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -59,20 +59,15 @@
ADDITIONS
-xdc.rov
- xdc.rov.Model now supports getStartupFiles() to allow one
- to gather all "top-level" files needed to start an ROV
- session
-
DELETIONS
CHANGES
-xdc.xs
- fix warning from Mac build of xs.c: unistd.h was not being
- included for the Mac
-
-xdc.rov
- lint cleanup
-
MRS
+
+XDCTOOLS-417 fix xdc.rov.support.ScalarStructs to be "virtually" meta-only
+XDCTOOLS-428 ROV needs API that can read any memory location and interpret
+ it as a standard C99 type
+XDCTOOLS-431 ITarget.model properties are incorrect for ROV C modules for
+ BIOS 7
+
diff --git a/ident.c b/ident.c
index 13da636..d5fbe02 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-K01"
+#define _VERS_ "@(#)*** xdc-K02"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;