patch 8.1.0095: dialog for ":browse tabnew" says "new window"

Problem:    Dialog for ":browse tabnew" says "new window".
Solution:   Use "new tab page". (closes #3053)
diff --git a/src/version.c b/src/version.c
index 109c4b7..4bd054c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    95,
+/**/
     94,
 /**/
     93,