patch 8.2.0632: crash when using Haiku

Problem:    Crash when using Haiku.
Solution:   Lock the screen. (closes #5975, closes #5973)
diff --git a/src/version.c b/src/version.c
index 3764629..3483a42 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    632,
+/**/
     631,
 /**/
     630,