xdc-C05
diff --git a/README b/README
index ec2349f..c834ff0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-C04 (corevers:16.0.2.0; B:150,G:180,R:170)
+             xdc-C05 (corevers:16.0.2.0; B:150,G:180,R:170)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -82,11 +82,18 @@
 
 ADDITIONS
 
+xdc.rov
+	added ability for ROV views to get parameters in addition to just the 
+	"Tab name".  We simply parse the Tab name parameter and split it into
+        two pieces: everything before any ':' character is treated as the 
+	"Tab name", everything _after_ the first ':' is treated as optional 
+	parameters.
+
+	added xdc.rov.Sections.getSectionArray to allow clients to 
+	get/display the current set of valid memory sections.
+
 DELETIONS
 
 CHANGES
 
-merged xdc-B21 into xdc-C stream
-
 MRS
-
diff --git a/ident.c b/ident.c
index a761c8b..cceaef7 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-C04"
+#define _VERS_ "@(#)*** xdc-C05"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;