patch 8.2.4658: org-mode files are not recognized

Problem:    Org-mode files are not recognized.
Solution:   Add patterns to recognize "org" files. (closes #10046)
diff --git a/src/version.c b/src/version.c
index 1e9c718..f0240d2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4658,
+/**/
     4657,
 /**/
     4656,