xdc-E11
diff --git a/README b/README
index 66b64cf..f426a9a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-E09 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-E11 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,8 +77,11 @@
CHANGES
-xdc.rov fixed ROV config file locate fucntion to handle the case that
- no config file exists
+xdc.rov changed Model.xs to recognize A53F target that uses the class Elf
+ from ti.targets.omf.elf as a binaryParser, and make that target
+ use xdc.targets.omf.Elf instead
MRS
+XDCTOOLS-225 Log_print and Log_info not working correctly on Cortex-A53
+ (64-bit ARM target)
diff --git a/ident.c b/ident.c
index 6b4c7e7..df797a3 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-E10"
+#define _VERS_ "@(#)*** xdc-E11"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;