patch 8.2.3316: float test fails

Problem:    Float test fails.
Solution:   Add missing change.
diff --git a/src/version.c b/src/version.c
index 5a5f69b..3e209fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3316,
+/**/
     3315,
 /**/
     3314,