xdc-E12
diff --git a/README b/README
index f426a9a..18c97ed 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-E11 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-E12 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,11 +77,8 @@
CHANGES
-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
+* fixing a git issues caused by xdc-E11 tag pointing to a wrong
+ commit
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 df797a3..6759de3 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-E11"
+#define _VERS_ "@(#)*** xdc-E12"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;