patch 8.2.3741: using freed memory in open command

Problem:    Using freed memory in open command.
Solution:   Make a copy of the current line.
diff --git a/src/version.c b/src/version.c
index 6e1e30a..83326fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3741,
+/**/
     3740,
 /**/
     3739,