diff src/version.c @ 4952:9f7b92f232d3 v7.3.1221

updated for version 7.3.1221 Problem: When build flags change "make distclean" run into a configure error. Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding duplicate text to flags.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Jun 2013 23:31:55 +0200
parents ba7db05e1482
children 07831d280e90
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1221,
+/**/
     1220,
 /**/
     1219,