xdc-G01
diff --git a/README b/README
index 62ceee6..c02045c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-G00 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-G01 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,12 +77,10 @@
CHANGES
-packages switched to 64-bit Windows target
+packages enabled the previously disabled executables on Windows
- upgraded JRE to 9.0.1 and JDK to 1.8.0_66
-
- disabled some executables on Windows to make the switch from
- Win32 to Win64
+xs some example paths and JRE paths were assuming JRE 1.7. They are
+ now adjusted to JRE 9.
MRS
diff --git a/ident.c b/ident.c
index 0dd0380..7a05c14 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-F08"
+#define _VERS_ "@(#)*** xdc-G01"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;