summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c20
1 files changed, 7 insertions, 13 deletions
diff --git a/src/version.c b/src/version.c
index 4deb534f24..b2986d76b8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4677,
+/**/
4676,
/**/
4675,
@@ -10454,22 +10456,14 @@ list_version(void)
# ifdef FEAT_GUI_MOTIF
msg_puts(_("with X11-Motif GUI."));
# else
-# ifdef FEAT_GUI_ATHENA
-# ifdef FEAT_GUI_NEXTAW
- msg_puts(_("with X11-neXtaw GUI."));
-# else
- msg_puts(_("with X11-Athena GUI."));
-# endif
-# else
-# ifdef FEAT_GUI_HAIKU
+# ifdef FEAT_GUI_HAIKU
msg_puts(_("with Haiku GUI."));
-# else
-# ifdef FEAT_GUI_PHOTON
+# else
+# ifdef FEAT_GUI_PHOTON
msg_puts(_("with Photon GUI."));
-# else
-# if defined(MSWIN)
+# else
+# if defined(MSWIN)
msg_puts(_("with GUI."));
-# endif
# endif
# endif
# endif