xdc-A63
diff --git a/README b/README
index 0225b9f..b3e3a1e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-A62 (corevers:16.0.2.0; B:150,G:180,R:170)
+             xdc-A63 (corevers:16.0.2.0; B:150,G:180,R:170)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -69,15 +69,13 @@
 
 DELETIONS
 
+regress
+	removed regressions (to be replaced with simple sanity tests) complete regressions 
+	to be moved to separate xdctest tree
+
+examples
+	removed examples (these will also be in the xdctet tree)
+
 CHANGES
 
-xdc.services.intern.gen
-	added an error message for the case when a map indexed by strings is
-	used at runtime
-
-xdc.xs
-	changed the JVM dynamic library that we load on Mac because the calls
-	to libjvm.dylib are intercepted by MacOS to check for a default JVM 
-	which we don't need/want.
-
 MRS
diff --git a/ident.c b/ident.c
index cc75caa..81ab0ba 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-A62"
+#define _VERS_ "@(#)*** xdc-A63"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;