diff src/version.c @ 6450:7e4c22ecc679 v7.4.554

updated for version 7.4.554 Problem: Missing part of patch 7.4.519. Solution: Copy back regprog after calling vim_regexec.
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Dec 2014 14:41:10 +0100
parents e13f8073c9f9
children c12439378869
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 */
 /**/
+    554,
+/**/
     553,
 /**/
     552,