diff src/version.c @ 4131:ad7b6062a7f4 v7.3.818

updated for version 7.3.818 Problem: When test 40 fails because of a bad build it may leave files behind that cause it to fail later. Solution: Let the file names start with "X".
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Feb 2013 20:58:35 +0100
parents 01fa9313d4b5
children 36fd800b8c6c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    818,
+/**/
     817,
 /**/
     816,