xdc-C06
diff --git a/README b/README
index c834ff0..b767fa2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-C05 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-C06 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -82,15 +82,13 @@
ADDITIONS
-xdc.rov
- added ability for ROV views to get parameters in addition to just the
- "Tab name". We simply parse the Tab name parameter and split it into
- two pieces: everything before any ':' character is treated as the
- "Tab name", everything _after_ the first ':' is treated as optional
- parameters.
+xdc
+ added "select.h" support for GCC and IAR target toolchains
- added xdc.rov.Sections.getSectionArray to allow clients to
- get/display the current set of valid memory sections.
+xdc.rov
+ "fixed" Program to allow Module view int for modules without module
+ state. This allow modules to "proxy" for legacy C code and/or use
+ the module view to show configuration state.
DELETIONS
diff --git a/ident.c b/ident.c
index cceaef7..3ec7616 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-C05"
+#define _VERS_ "@(#)*** xdc-C06"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;