diff src/version.c @ 2889:cf89a1d3a0dd v7.3.218

updated for version 7.3.218 Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Jun 2011 01:32:46 +0200
parents 15705b520c29
children acda456c788a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    218,
+/**/
     217,
 /**/
     216,