xdc-A66
diff --git a/README b/README
index dae45f0..400805b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-A65 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A66 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -71,7 +71,12 @@
CHANGES
-xdc.services.intern.gen
- fixed the generation of an initializer for an array embedded in a struct (again)
+xdc.xs fixed the null pointer bug that was crashing IAR ROV. Error
+ messages passed between xsapi and tirtosplugin.dll needed one
+ more level of indirection to be passed by reference.
+
+xdc.bld improved error message when a target can build a file
MRS
+
+ECL453357 Unresolved reference for unimplemented interface
diff --git a/ident.c b/ident.c
index 2700e24..35e7b70 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A65"
+#define _VERS_ "@(#)*** xdc-A66"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;