xdc-F14
diff --git a/README b/README
index d2b11c8..3047ca0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-F12 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-F14 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -78,10 +78,10 @@
CHANGES
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.
+ 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 fcfcd07..efec2e0 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-F13"
+#define _VERS_ "@(#)*** xdc-F14"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;