xdc-F15
diff --git a/README b/README
index 3047ca0..75fab99 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-F14 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-F15 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,13 +77,14 @@
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.
+xdc.xs added xdc.root/jre32 to the list of places to look for JRE
+ in the IAR ROV dll
+
+ changed the message to require a 1.8 32-bit JRE. If we ever
+ release another 3.51, we may either switch the message back to
+ 1.7 or just leave it as it is because 1.8 will also work.
MRS
-
+XDCTOOLS-298 ROV fails in IAR EW if XDCTools 3.55 is used
diff --git a/ident.c b/ident.c
index efec2e0..ad55b76 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-F14"
+#define _VERS_ "@(#)*** xdc-F15"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;