xdc-E09
diff --git a/README b/README
index 8dae2a6..66b64cf 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-E08 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-E09 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,11 +77,8 @@
CHANGES
-xdc.rov Model.xs had a bug in locateFile when the executable was in the
- current directory and the supplied path was a relative path
- without any '/' characters. Also, this function now returns an
- absolute path so that the ROV configuration script doesn't have to
- be on the package path.
+xdc.rov fixed ROV config file locate fucntion to handle the case that
+ no config file exists
MRS
diff --git a/ident.c b/ident.c
index f33b78b..cd38f28 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-E08"
+#define _VERS_ "@(#)*** xdc-E09"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;