patch 8.2.4433: CI: cannot see interface versions for MS-Windows

Problem:    CI: cannot see interface versions for MS-Windows.
Solution:   List the interface versions. (Ken Takata, closes #9811)
diff --git a/src/version.c b/src/version.c
index 203ea16..751ae6b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4433,
+/**/
     4432,
 /**/
     4431,