comparison 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
comparison
equal deleted inserted replaced
4951:8f2fc8c065e4 4952:9f7b92f232d3
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1221,
731 /**/ 733 /**/
732 1220, 734 1220,
733 /**/ 735 /**/
734 1219, 736 1219,
735 /**/ 737 /**/