xdc-A74
diff --git a/README b/README
index 545eb02..887f851 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-A73 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A74 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -80,6 +80,12 @@
CHANGES
+xdc.rov Program was checking $status on objects that may not have it,
+ so a check was added
+
+ if the ROV init time is too long because of the search for
+ constructed objects, a message is displayed that instructs a
+ user how to sidestep that search.
+
MRS
-ECL469046 ROV tree views should have a mechanism to tag fields with errors
diff --git a/ident.c b/ident.c
index 5739c90..b01bf50 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A73"
+#define _VERS_ "@(#)*** xdc-A74"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;