patch 8.2.3172: MzScheme test fails

Problem:    MzScheme test fails. (Christian Brabandt)
Solution:   Correct function name.
diff --git a/src/version.c b/src/version.c
index 3caf18d..78d6088 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3172,
+/**/
     3171,
 /**/
     3170,