xdc-B17
diff --git a/README b/README
index 914660f..0185e68 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-B16 (corevers:16.0.2.0; B:150,G:180,R:170)
+             xdc-B17 (corevers:16.0.2.0; B:150,G:180,R:170)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -89,9 +89,7 @@
 
 CHANGES
 
-xdc.services.intern.gen
-	revert another const change: to allow new 
-        xdc.runtime/ITimestampProvider.h to be referenced in Module_downCast2
-        of an old library module
+xdc.runtime
+	fix typo in SysCallback that breaks defaultReady
 
 MRS
diff --git a/ident.c b/ident.c
index 66e0cb6..1a4086a 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-B16"
+#define _VERS_ "@(#)*** xdc-B17"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;