patch 7.4.2133
Problem:    Can't build with tiny features.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index ea7c7b9..5808cbc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2133,
+/**/
     2132,
 /**/
     2131,