xdc-I12
diff --git a/README b/README
index 2ec2250..78d7829 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-I11 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-I12 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -65,19 +65,17 @@
CHANGES
-bundles sg now comes with swt_win64 instead of swt_win32 (XDCTOOLS-406)
+configuro removed jobserver related options to prevent warnings about
+ jobserver. The options were not taken into account anyway, they
+ only caused a message saying that jobserver is disabled.
MRS
-XDCTOOLS-301 runtime.Startup FMEA Code Review comments
-XDCTOOLS-303 Update Startup.xdc examples to use add$(), versus array
- insertion and "length++".
-XDCTOOLS-304 Document that maxPasses can be negative or 0
-XDCTOOLS-305 Add warning that resetFxn should avoid using global vars
- before .cinit processing completed
-XDCTOOLS-310 fix cdoc to document that printf returns -1 if it's not
- possible to output the first character
-XDCTOOLS-311 fix cdoc to document that if output is > 0 then it's the
- number of characters that would have ben output
-
+XDCTOOLS-314 fix cdoc to document max floating point value limitation
+XDCTOOLS-315 fix cdoc to describe the excution context of outputFxn and
+ add recommended constraints
+XDCTOOLS-342 XDC Runtime Core doc updates
+XDCTOOLS-407 Code Inspection: Section 2: Coding guidelines, use of magic
+ numbers
+XDCTOOLS-408 Code Inspection: Section 3: Documentation, Comments
diff --git a/ident.c b/ident.c
index a3771b2..0b9393b 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-I11"
+#define _VERS_ "@(#)*** xdc-I12"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;