patch 8.1.1432: can't build with eval feature

Problem:    Can't build with eval feature.
Solution:   Add missing rename.
diff --git a/src/version.c b/src/version.c
index 9b20fb7..6bc3d64 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1432,
+/**/
     1431,
 /**/
     1430,