xdc-H24
diff --git a/README b/README
index cbf7a7d..cb74f94 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-H23 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-H24 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -64,11 +64,8 @@
 
 CHANGES
 
-host.platforms.arm
-		fixed a typo in the property catalogName
-
-core		fixed a preprocessor statement where __ti was used instead of
-		__ti_sect
+xdc.bld	    disabled xdc.rov.runtime.Monitor for IAR builds. Monitor cannot
+	    be used in the IAR ROV, and it messes up the view titles.
 
 MRS
 
diff --git a/ident.c b/ident.c
index e314f13..a8c28b2 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-H23"
+#define _VERS_ "@(#)*** xdc-H24"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;