xdc-D17
diff --git a/README b/README
index 4126f04..008fee5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D16 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D17 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -76,17 +76,9 @@
 DELETIONS
 
 CHANGES
-
-core		MISRA check was reporting that for config parameters that point
-		to structures, initializers in our config C files are casting
-		away 'const'. The fix required that the type for a pointer to
-		a structure is defined as a poiter to a constant structure, and
-		also that (void *) cast is replaced with (const void *) in the
-		initializer.
+xdc.rov
+        added Args sstructure and argsMap to ViewInfo
 
 MRS
-
-XDCTOOLS-165	IPC fails to build with xdctools 3.50
-ECL516749	Adding 'const' for underlying arrays for vector arrays breaks
-		customer's code
-
+ECL487894 - ROV should support the ability to add new valid address ranges
+ECL519797 - enable all ROV views to specify arguments
diff --git a/ident.c b/ident.c
index f477220..02aab99 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D16"
+#define _VERS_ "@(#)*** xdc-D17"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;