xdc-B04
diff --git a/README b/README
index caaf0b0..bd62748 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-B03 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B04 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -85,18 +85,14 @@
CHANGES
-xdc.bld bumped the version of generated Java classes in packages from
- 1.5 compatible to 1.6 compatible
+xdc.services.intern.gen
+ fixed import statements in Config.java
-bundles all hosts now use the same version of JRE
-
-xdc.xs updated XDCTOOLS_JAVA_HOME error message to require 64-bit
- JRE native libraries
-
-* fixed various compile warnings coming from Java files
+xdc.bld added MacOS as one of the native hosts
MRS
-ECL443437 cdoc index.html does not have the left-pane tree navigation
- thingie when using Chrome
-
+ECL430325 ROV displays junk values for constructed objects within other
+ objects
+ECL482539 xdc.runtime.System has static data that precludes its ability
+ to be easily ROMed
diff --git a/ident.c b/ident.c
index 57ca0af..027a5e1 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B03"
+#define _VERS_ "@(#)*** xdc-B04"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;