xdc-J02
diff --git a/README b/README
index e2ed274..ed893a8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-J01 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-J02 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -29,13 +29,13 @@
  
         # clone the tree and merge/review user content
         ggentree -u sascha@ti.com xdc.git/
-        cd xdc-I??
+        cd xdc-J??
 
 	# unzip build.zip from the last released tree
-	unzip ../xdc-I??/build.zip
+	unzip ../xdc-J??/build.zip
 
         # make sure the user email and name are your eclipse credentials
-        git merge origin/xdccore-I-dr
+        git merge origin/xdccore-J-dr
 
         # build the tree on Linux
         SM-MAKE .clean
@@ -43,7 +43,7 @@
 
         # update README
         emacs README
-        git commit -a -m xdc-I??
+        git commit -a -m xdc-J??
 
         # release the tree
         greltree -m "something brief and meaningful"
@@ -65,20 +65,12 @@
 
 CHANGES
 
-xdc.rov	    added try-catch to report capsules with syntax errors or
-	    exceptions, improved error messages when variables are not found
-	    in an app.
-
-	    optimized memory reads, we used to read byte by byte for large
-	    arrays. They are now read in on large memory operation.
+eclipse/plugins	One of the MANIFEST.MF files had execute permissions set and
+		it was identified as a host-specific file when creating zip
+		files for the xdctools P2 repo. This was fixed in this tree.
 
 MRS
 
-XDCTOOLS-397	fix broken empty.rov.xs used by dwarf-based ROV
-XDCTOOLS-413	build.target structure created for non-TIRTOS ROV may have
-		incorrect 'align'
-XDCTOOLS-414	IAR Semaphore ROV view raises an error
-XDCTOOLS-313	tighten up the computation of OUTMAX to be relative to sizeof
-		unsigned long + if they don't already exist add test of max
-		magnitude unsigned long and negative long
+XDCTOOLS-410	Add info regarding the .out file's compiler options to
+		ROV Program
 
diff --git a/ident.c b/ident.c
index 01fc8b6..0c7df7f 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J01"
+#define _VERS_ "@(#)*** xdc-J02"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;