patch 8.2.2940: MS-Windows: cannot see the size when resizing

Problem:    MS-Windows: cannot see the size of the text area when resizing the
            gvim window.
Solution:   Show a tooltip with the text size. (Ken Takata, closes #8326)
diff --git a/src/version.c b/src/version.c
index b3de4a3..e244d4b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2940,
+/**/
     2939,
 /**/
     2938,