xdc-F16
diff --git a/README b/README
index 75fab99..9e1e63a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-F15 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-F16 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,14 +77,9 @@
CHANGES
-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.
+xdc.xs fixed the size of the array that holds the components of the
+ JVM search path. The previous fix for XDCTOOLS-298 added a new
+ component but the size was not adjusted.
MRS
-XDCTOOLS-298 ROV fails in IAR EW if XDCTools 3.55 is used
-
diff --git a/ident.c b/ident.c
index ad55b76..70dc3d6 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-F15"
+#define _VERS_ "@(#)*** xdc-F16"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;