xdc-E08
diff --git a/README b/README
index 4b5e8a0..8dae2a6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-E07 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-E08 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,8 +77,11 @@
 
 CHANGES
 
-xdc.rov	    $status is defined as not enumerable, so that we don't have to
-	    exclude it explicitly when going through columns for a view
+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.
 
 MRS
 
diff --git a/ident.c b/ident.c
index c826ecb..f33b78b 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-E07"
+#define _VERS_ "@(#)*** xdc-E08"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;