xdc-K01
diff --git a/README b/README
index 6fd7117..b55a04d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-K00 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-K01 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -27,13 +27,13 @@
  
         # clone the tree and merge/review user content
         ggentree -u sascha@ti.com xdc.git/
-        cd xdc-J??
+        cd xdc-K??
 
 	# unzip build.zip from the last released tree
-	unzip ../xdc-J??/build.zip
+	unzip ../xdc-K??/build.zip
 
         # make sure the user email and name are your eclipse credentials
-        git merge origin/xdccore-J-dr
+        git merge origin/xdccore-K-dr
 
         # build the tree on Linux
         SM-MAKE .clean
@@ -41,7 +41,7 @@
 
         # update README
         emacs README
-        git commit -a -m xdc-J??
+        git commit -a -m xdc-K??
 
         # release the tree
         greltree -m "something brief and meaningful"
@@ -57,20 +57,22 @@
 
 ==============================================================
 
-Note: This tree is the same as xdc-J07, so the content of README is left as
-it was in xdc-J07 
-
 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
 
-MRS
+xdc.xs
+    fix warning from Mac build of xs.c: unistd.h was not being
+    included for the Mac
 
-XDCTOOLS-362	SysConfig generated C-ROV file is not found by IAR WB
-XDCTOOLS-429	parallel build of app that includes xdc/cfg/global.h may fail
-XDCTOOLS-431	ITarget.model properties are incorrect for ROV C modules
-		for BIOS 7
-XDCTOOLS-432	Program.displayError tags a whole column instead of a cell
-		for native C ROV
+xdc.rov
+    lint cleanup
+    
+MRS
diff --git a/ident.c b/ident.c
index e521b8a..13da636 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J08"
+#define _VERS_ "@(#)*** xdc-K01"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;