patch 8.2.3642: list of distributed files is outdated

Problem:    List of distributed files is outdated.
Solution:   Rename term.h to termdefs.h.
diff --git a/Filelist b/Filelist
index 567b707..1ab6e1b 100644
--- a/Filelist
+++ b/Filelist
@@ -143,7 +143,7 @@
 		src/tag.c \
 		src/term.c \
 		src/terminal.c \
-		src/term.h \
+		src/termdefs.h \
 		src/termlib.c \
 		src/testing.c \
 		src/textformat.c \
diff --git a/src/version.c b/src/version.c
index 99c8a26..f75c08b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3642,
+/**/
     3641,
 /**/
     3640,