diff src/version.c @ 6452:c12439378869 v7.4.555

updated for version 7.4.555 Problem: test_close_count may fail for some combination of features. Solution: Require normal features.
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Dec 2014 14:42:46 +0100
parents 7e4c22ecc679
children a35752526cd0
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 */
 /**/
+    555,
+/**/
     554,
 /**/
     553,