patch 8.2.0408: delete() commented out for testing

Problem:    Delete() commented out for testing.
Solution:   Undo commenting-out.
diff --git a/src/version.c b/src/version.c
index 507ce77..35de428 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    408,
+/**/
     407,
 /**/
     406,