patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README

Problem:    MS-Windows: launching Vim from installer doesn't open README.
Solution:   Adjust the quotes.
diff --git a/src/version.c b/src/version.c
index acf0e73..0e6e301 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2823,
+/**/
     2822,
 /**/
     2821,