xdc-D32
diff --git a/README b/README
index 5a1e441..6cb54eb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-D31 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-D32 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -77,7 +77,12 @@
 
 CHANGES
 
+xdc.runtime there were some comparisons in Text.c that were causing the IAR
+	    compiler to emit warnings. After replacing \0 with NULL, the
+	    warnings are gone
+
+*	    some Windows builds were using /MT where /MD was needed and the
+	    other way around
+
 MRS
 
-[XDCTOOLS-130]	GT_TRACE is currently disabled and we have to start building
-		with VS 2015 to add it back
diff --git a/ident.c b/ident.c
index 2fa6362..28e58f4 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-D31"
+#define _VERS_ "@(#)*** xdc-D32"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;