xdc-I01
diff --git a/README b/README
index 2392e95..c2a6023 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc- I00(corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc- I01(corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -29,7 +29,7 @@
  
         # clone the tree and merge/review user content
         ggentree -u sascha@ti.com xdc.git/
-        cd xdc-H??
+        cd xdc-I??
 
 	# unzip build.zip from the last released tree
 	unzip ../xdc-I??/build.zip
@@ -65,17 +65,7 @@
 
 CHANGES
 
-core		added all the changes in xdc.services.intern.gen and
-xdc.runtime	xdc.runtime that were initially made in xdc-H stream but then
-		removed.
-		The changes include replacements of pragmas with attributes
-		wherever possible, adding new constant COre_NOSTATE, and fixing
-		the code in Text.c that caused remarks to be emitted by TI
-		compilers.
+core	removed a redundant pragma and an extra #endif
 
 MRS
 
-XDCTOOLS-365	TICLANG compiler does not support legacy TI compiler
-		#pragma directives
-XDCTOOLS-374	xdc/std.h has to be updated for clang
-XDCTOOLS-378	replace pragmas with GCC attributes wherever possible
diff --git a/ident.c b/ident.c
index 54648b4..a881169 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-H33"
+#define _VERS_ "@(#)*** xdc-I01"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;