patch 8.2.4132: Vim9: wrong error message when autoload script can't be found

Problem:    Vim9: wrong error message when autoload script can't be found.
Solution:   Correct check for using autoload with wrong name.
diff --git a/src/version.c b/src/version.c
index 64a6077..8b9958a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4132,
+/**/
     4131,
 /**/
     4130,