patch 8.2.4212: window title test still fails in some configurations

Problem:    Window title test still fails in some configurations.
Solution:   Explicitly set the 'title' option.
diff --git a/src/version.c b/src/version.c
index 18d8fc7..fab7939 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4212,
+/**/
     4211,
 /**/
     4210,