xdc-H03
diff --git a/README b/README
index 217bc9d..1465d33 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-H02 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H03 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -64,13 +64,14 @@
CHANGES
-xdc.runtime added a forgotten include <stdint.h>
+xdc.runtime fixed a couple of MISRA-tagged problems
-xdc.shelf updated zip and unzip version numbers
+xdc.build changed the native Windows target to Win64
+
+host.platforms.PC
+ when testing on Linux, output buffers are not always emptied when
+ a test aborts instead of exiting normally. Adding stdbuf to the
MRS
-XDCTOOLS-295 Klocwork issue with xdctools_3_51_01_18_core
-XDCTOOLS-296 config C file should generate gnu attributes for TI clang
- compiler
diff --git a/ident.c b/ident.c
index cf28b6b..b18abd2 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-H02"
+#define _VERS_ "@(#)*** xdc-H03"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;