diff src/version.c @ 6282:0446fa17bd95 v7.4.475

updated for version 7.4.475 Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
author Bram Moolenaar <bram@vim.org>
date Sat, 11 Oct 2014 14:47:26 +0200
parents 7f2472960aa1
children 4c29b75cae19
line wrap: on
line diff
--- 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,