patch 8.2.3495: GUI geometry startup test fails on some systems

Problem:    GUI geometry startup test fails on some systems. (Drew Vogel)
Solution:   Add tolerance to the size check. (closes #8815)
diff --git a/src/version.c b/src/version.c
index f5c8d76..2ef2946 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3495,
+/**/
     3494,
 /**/
     3493,