xdc-C03
diff --git a/README b/README
index 12fb4f1..fcfd2c4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-C02 (corevers:16.0.2.0; B:150,G:180,R:170)
+             xdc-C03 (corevers:16.0.2.0; B:150,G:180,R:170)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -86,8 +86,12 @@
 
 CHANGES
 
-core	    a change in the previous tree was not enough to keep pointer to
-	    big structures in RAM, so there is another change here
+core	    removed some redundant declarations for Mod__state__V objects
+	    when generating big C files for ROM builds because the IAR compiler
+	    complains when there is a declaration in a C file while the symbol
+	    is generated in the linker command file.
+
+	    added section allocation pragmas for ROM_stateStruct
 
 MRS
 
diff --git a/ident.c b/ident.c
index cbf104c..4b2d3c1 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-C02"
+#define _VERS_ "@(#)*** xdc-C03"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;