updated for version 7.1-117
diff --git a/src/eval.c b/src/eval.c
index 3e208c5..26277fc 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -10879,6 +10879,9 @@
 	"gui_gtk2",
 # endif
 #endif
+#ifdef FEAT_GUI_GNOME
+	"gui_gnome",
+#endif
 #ifdef FEAT_GUI_MAC
 	"gui_mac",
 #endif
diff --git a/src/version.c b/src/version.c
index c470e4d..8abc481 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    117,
+/**/
     116,
 /**/
     115,