patch 8.2.2929: accidentally enable tcl by default

Problem:    Accidentally enable tcl by default.
Solution:   Revert change to Makefile
diff --git a/src/version.c b/src/version.c
index ea752d9..28907ee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2929,
+/**/
     2928,
 /**/
     2927,