xdc-J00
diff --git a/README b/README index 78d7829..4324273 100644 --- a/README +++ b/README
@@ -1,4 +1,4 @@ - xdc-I12 (corevers:16.0.2.0; B:200,G:200,R:200) + xdc-J00 (corevers:16.0.2.0; B:200,G:200,R:200) eXpanDed C Tools (XDCtools) @@ -65,17 +65,8 @@ CHANGES -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. +xdc.rov added temporary fixes for XDCTOOLS-397 and XDCTOOLS-399. They + need more work, but the basic code re-arrangement is now + cheked in. MRS - -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 0b9393b..ec534aa 100644 --- a/ident.c +++ b/ident.c
@@ -2,7 +2,7 @@ * ======== ident.c ======== */ -#define _VERS_ "@(#)*** xdc-I12" +#define _VERS_ "@(#)*** xdc-J00" static char __NAME[] = _NAME_; static char __DATE[] = _DATE_;