diff src/version.c @ 5854:c519c446c548 v7.4.270

updated for version 7.4.270 Problem: Comparing pointers instead of the string they point to. Solution: Use strcmp(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 29 Apr 2014 15:11:43 +0200
parents 81c26975e8f9
children 88b0571de432
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    270,
+/**/
     269,
 /**/
     268,