patch 8.2.3464: nginx files are not recognized

Problem:    nginx files are not recognized.
Solution:   Add several file patterns. (Chris Aumann, closes #8922)
diff --git a/src/version.c b/src/version.c
index f5b36e1..4e4f4fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3464,
+/**/
     3463,
 /**/
     3462,