xdc-D11
diff --git a/README b/README
index 43f5ae2..efbc01b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-D10 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-D11 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,10 +77,11 @@
CHANGES
-xdc
- fix pragma warning from std.h when compiling C++ files
-
+xdc.cfg improved the error message displayed when older, incompatible
+ packages are detected at the config time
MRS
-ECL515211 - gcc 6.x warns about -Wstrict-prototype disable pragma in std.h ...
+XDCTOOLS-141 XGConf can't open xdctools 3.32.01 packages
+SYSBIOS-374 Update ROV to handle static TIRTOS SemaphoreP structures
+
diff --git a/ident.c b/ident.c
index 7befa3e..8e5262b 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-D10"
+#define _VERS_ "@(#)*** xdc-D11"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;