xdc-G16
diff --git a/README b/README
index 06e32db..74f175b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-G15 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-G16 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,8 +77,11 @@
 
 CHANGES
 
-core	    added a workaround for CODEGEN-5950, related to the GNU attributes
-	    for the clang compiler
+xdc.runtime added code in System.xdt that checks for parse->precise>0 to
+	    avoid decrementing a buffer pointer. Normally, parse->precise in
+	    printfExtend is always greater than 0, but XDCTOOLS-326 shows the
+	    use case where it's not true. However, we have to deal with
+	    xdc.runtime libraries that do not have that fix.
 
 MRS
 
diff --git a/ident.c b/ident.c
index e038717..dd9fcbe 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-G15"
+#define _VERS_ "@(#)*** xdc-G16"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;