summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/if_mzsch.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index 0884c9f5e..9038195cb 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -1290,7 +1290,7 @@ mzscheme_init(void)
#endif
if (load_base_module_failed || startup_mzscheme())
{
- EMSG(_("Exxx: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
+ EMSG(_("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
return -1;
}
initialized = TRUE;
diff --git a/src/version.c b/src/version.c
index ca83550cd..9d5e9840d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1162,
+/**/
1161,
/**/
1160,