xdc-D19
diff --git a/README b/README
index 008fee5..3b55aa3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D17 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D19 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -76,9 +76,15 @@
 DELETIONS
 
 CHANGES
-xdc.rov
-        added Args sstructure and argsMap to ViewInfo
+xdc
+        fixed utils.findFile to accept a Java string filename; so 
+        xdc.loadCapsule will also now take a Java string 
+
+xdc.services.intern.gen
+        changed header generation for static inlines are now immediately 
+        preceeded by a prototype (for Klockwork MISRA [sigh])
+
+        fix header generation to restore ability to refernce mutable data 
+        from config structures
 
 MRS
-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 ff528a1..b928c36 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D18"
+#define _VERS_ "@(#)*** xdc-D19"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;