xdc-H19
diff --git a/README b/README
index 9d0f7b1..aaee086 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-H18 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-H19 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -64,17 +64,8 @@
 
 CHANGES
 
-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
-
-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.
-
-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.
+bundles	    32-bit JRE is added, and more of the optional JRE files are
+	    removed to make releases smaller
 
 MRS
 
diff --git a/ident.c b/ident.c
index 5cf99b2..87b5957 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-H18"
+#define _VERS_ "@(#)*** xdc-H19"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;