updated for version 7.2-216
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index 017f804..1658fe4 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -1040,7 +1040,7 @@
 #ifdef DYNAMIC_MZSCHEME
 	if (!mzscheme_enabled(TRUE))
 	{
-	    EMSG(_("E812: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
+	    EMSG(_("E815: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
 	    return -1;
 	}
 #endif
diff --git a/src/version.c b/src/version.c
index e4ac333..0fd4b72 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    216,
+/**/
     215,
 /**/
     214,