comparison src/version.c @ 6665:9fda0c52db0b v7.4.657

updated for version 7.4.657 Problem: Compiler warnings for pointer mismatch. Solution: Add a typecast. (John Marriott)
author Bram Moolenaar <bram@vim.org>
date Fri, 06 Mar 2015 22:00:11 +0100
parents 056809de0b29
children 9f74286c4404
comparison
equal deleted inserted replaced
6664:41703afe4b59 6665:9fda0c52db0b
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 657,
744 /**/ 746 /**/
745 656, 747 656,
746 /**/ 748 /**/
747 655, 749 655,
748 /**/ 750 /**/