xdc-H18
diff --git a/README b/README
index cb4e746..9d0f7b1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-H17 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H18 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -64,14 +64,17 @@
CHANGES
-xdc.runtime fixed the existing tags and added new tags for Functional
- Requirements
+xdc.runtime reorganized FR tags to have one instance of a same tag in a spec
+ file and another instance of the same tag in a source file
-core replaced internal names with leading underscores with new names
- that do not trigger MISRA warnings
+xdc.bld the default Java compiler target was the version 1.6, but we don't
+ need to be compatible with that version of JVM. Even the new version
+ 1.7 is probably unnecessary old but don't want to jump too fast to
+ 1.8.
- changed a return value for a function in XML.java to avoid
- warnings
+xdc.xs config.jar was built for 1.8, but that's not needed because Rhino
+ is built for an earler version, and config.jar and Rhino are loaded
+ together.
MRS
diff --git a/ident.c b/ident.c
index ea121a9..5cf99b2 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-H17"
+#define _VERS_ "@(#)*** xdc-H18"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;