updated for version 7.1-298
diff --git a/Filelist b/Filelist
index 0cb0920..f2d437f 100644
--- a/Filelist
+++ b/Filelist
@@ -193,6 +193,7 @@
 		src/vim_icon.xbm \
 		src/vim_mask.xbm \
 		src/vimtutor \
+		src/gvimtutor \
 		src/which.sh \
 		src/workshop.c \
 		src/workshop.h \
diff --git a/src/gvimtutor b/src/gvimtutor
new file mode 100644
index 0000000..c452043
--- /dev/null
+++ b/src/gvimtutor
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Start GUI Vim on a copy of the tutor file.
+
+# Usage: gvimtutor [xx]
+# See vimtutor for usage.
+
+exec `dirname $0`/vimtutor -g "$@"
diff --git a/src/version.c b/src/version.c
index 2ab7851..45b003e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    298,
+/**/
     297,
 /**/
     296,