summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e3ff8e15c..46540e9eb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 320,
+/**/
319,
/**/
318,
@@ -1722,6 +1724,9 @@ list_version(void)
msg_puts(_("with X11-Athena GUI."));
# endif
# else
+# ifdef FEAT_GUI_HAIKU
+ msg_puts(_("with Haiku GUI."));
+# else
# ifdef FEAT_GUI_PHOTON
msg_puts(_("with Photon GUI."));
# else
@@ -1736,6 +1741,7 @@ list_version(void)
# else
# endif
# endif
+# endif
# endif
# endif
# endif