xdc-B14
diff --git a/README b/README
index 7352d96..4e8f46a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-B11 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B14 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -89,14 +89,11 @@
CHANGES
-*
- add comments identifying changes to be made for const clean (bug
- 490928)
-
-xdc.runtme
- revert some const clean fixes for compatibility
+xdc.runtime
+ redeclare default functions for "callback" modules so they dont
+ require the trailing "__E"
xdc.services.intern.gen
- revert some const clean fixes for compatibility
+ fix const correctness for converters
MRS
diff --git a/ident.c b/ident.c
index 49e12d0..fc22947 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B13"
+#define _VERS_ "@(#)*** xdc-B14"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;