patch 8.2.3042: swap file test fails

Problem:    Swap file test fails.
Solution:   Check for a very high process ID instead of one, which should be
            running.
diff --git a/src/version.c b/src/version.c
index 79f05cc..1ec8342 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3042,
+/**/
     3041,
 /**/
     3040,