diff src/version.c @ 3590:8fb7bd9dfb2b v7.3.555

updated for version 7.3.555 Problem: Building on IBM z/OS fails. Solution: Adjust configure. Use the QUOTESED value from config.mk instead of the hard coded one in Makefile. (Stephen Bovy)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Jun 2012 19:19:41 +0200
parents a967a979c37f
children b8924014a039
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 */
 /**/
+    555,
+/**/
     554,
 /**/
     553,