comparison src/version.c @ 5745:2f225a17c26b v7.4.217

updated for version 7.4.217 Problem: When src/auto/configure was updated, "make clean" would run configure pointlessly. Solution: Do not run configure for "make clean" and "make distclean" when the make program supports $MAKECMDGOALS. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 25 Mar 2014 15:34:48 +0100
parents bf1775553d3b
children ddc3f32a4b21
comparison
equal deleted inserted replaced
5744:4060b1e16cf1 5745:2f225a17c26b
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 217,
737 /**/ 739 /**/
738 216, 740 216,
739 /**/ 741 /**/
740 215, 742 215,
741 /**/ 743 /**/