patch 8.2.2932: select mode test fails

Problem:    Select mode test fails.
Solution:   Do not always reset the held mouse button.
diff --git a/src/version.c b/src/version.c
index 57a4dcd..5ebcfcb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2932,
+/**/
     2931,
 /**/
     2930,