xdc-I11
diff --git a/README b/README
index 1861885..2ec2250 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-I10 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-I11 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -65,7 +65,19 @@
 
 CHANGES
 
-xdc.runtime
-    updated arch doc to address review comments
+bundles	    sg now comes with swt_win64 instead of swt_win32 (XDCTOOLS-406)
 
 MRS
+
+XDCTOOLS-301	runtime.Startup FMEA Code Review comments
+XDCTOOLS-303	Update Startup.xdc examples to use add$(), versus array
+		insertion and "length++".
+XDCTOOLS-304	Document that maxPasses can be negative or 0
+XDCTOOLS-305	Add warning that resetFxn should avoid using global vars
+		before .cinit processing completed
+XDCTOOLS-310	fix cdoc to document that printf returns -1 if it's not
+		possible to output the first character
+XDCTOOLS-311	fix cdoc to document that if output is > 0 then it's the
+		number of characters that would have ben output    
+
+
diff --git a/ident.c b/ident.c
index cb1810e..a3771b2 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-I10"
+#define _VERS_ "@(#)*** xdc-I11"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;