patch 8.2.3192: build failure with small version

Problem:    Build failure with small version (Tony Mechelynck).
Solution:   Remove stray #ifdef.
diff --git a/src/version.c b/src/version.c
index e6f81ca..cd20693 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3192,
+/**/
     3191,
 /**/
     3190,