xdc-K03
diff --git a/README b/README
index 9772255..d22b731 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-K02 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-K03 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -63,11 +63,8 @@
 
 CHANGES
 
+xdc.rov
+    fix Model.getStartFiles() to properly handle recap
+    
 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 d5fbe02..9244f25 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-K02"
+#define _VERS_ "@(#)*** xdc-K03"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;