patch 8.2.3729: no support for squirrels

Problem:    No support for squirrels. (closes #9259)
Solution:   Recognize nuts.
diff --git a/src/version.c b/src/version.c
index 0aadf4b..2923f2d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3729,
+/**/
     3728,
 /**/
     3727,