diff src/version.c @ 3533:a17918b76ca1 v7.3.527

updated for version 7.3.527 Problem: Clang complains about non-ASCII characters in a string. Solution: Change to \x88 form. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 May 2012 11:56:22 +0200
parents 257c2878e0fc
children fa17c8646feb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    527,
+/**/
     526,
 /**/
     525,