xdc-D25
diff --git a/README b/README
index 33fff56..f06600d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-D23 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-D25 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,8 +77,12 @@
CHANGES
-xdc.runtime more MISRA changes, where the most important ones are in
- Log__epilogue.h. The macros from that header file are invoked in
- many products, and they cleaned now.
+xdc.runtime hand-crafted header files were missing include guards
+
+ other MISRA related changes
+
+xdc.rov added a special case for sysbios_Semaphore to the code that
+ detects constructed objects. Any sysbios_Semaphore found is added
+ to the list of ti.sysbios.knl.Semaphore objects
MRS
diff --git a/ident.c b/ident.c
index ca6a312..b7cf9fa 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-D24"
+#define _VERS_ "@(#)*** xdc-D25"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;