xdc-E04
diff --git a/README b/README
index e7cb24b..96b1283 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-E03 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-E04 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,8 +77,16 @@
CHANGES
-* reinstalled the MacOS part of the product
+xdc.rov added back Program.getSymbolValue. It was renamed to
+ lookupSymbolValue, but the old name is still used in SYS/BIOS.
+ Eventually, we will deprecate getSymbolValue.
+
+xdc.runtime replaced a call to getSymbolValue with a call to
+ lookupSymbolValue
MRS
-
+XDCTOOLS-237 Commands missing for GNU and IAR when using
+ Pkg.addConfiguration()
+XDCTOOLS-238 Partial link configuration command fails with GNU and IAR
+ compilers
diff --git a/ident.c b/ident.c
index 2885be5..f0e316e 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-E03"
+#define _VERS_ "@(#)*** xdc-E04"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;