summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-11 14:47:26 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-11 14:47:26 +0200
commitcbc246a331dc8dea49f6ad443be3d10ec68ef2c2 (patch)
tree28143a4a295066093221ed840dde7c2ada513181 /src/version.c
parent2a9853925bee1b85247cd5f4ccf98fec1871d1f7 (diff)
updated for version 7.4.475v7.4.475
Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 89088200df..78c3baa2a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 475,
+/**/
474,
/**/
473,