patch 8.1.0162: Danish and German man pages are not installed

Problem:    Danish and German man pages are not installed. (Tony Mechelynck)
Solution:   Adjust the makefile
diff --git a/src/version.c b/src/version.c
index affeeb2..c9c252a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    162,
+/**/
     161,
 /**/
     160,