xdc-G14
diff --git a/README b/README
index 525c814..62f0e7a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-G13 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-G14 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,6 +77,10 @@
CHANGES
+xdc.runtime before calling printfExtend in System_doPrint, there was a
+ corner case where precis<0, while printfExtend expects positive
+ values at all times
+
MRS
XDCTOOLS-326 Recursive calls to System_doPrint lose track of maximum
diff --git a/ident.c b/ident.c
index 55bdcb8..c98f78c 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-G13"
+#define _VERS_ "@(#)*** xdc-G14"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;