comparison src/version.c @ 6651:7026d6f3367f v7.4.650

updated for version 7.4.650 Problem: Configure check may fail because the dl library is not used. Solution: Put "-ldl" in LIBS rather than LDFLAGS. (Oazki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 16:47:20 +0100
parents 8bee881c3ca5
children 2c7f279d419c
comparison
equal deleted inserted replaced
6650:e68ac2610381 6651:7026d6f3367f
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 650,
744 /**/ 746 /**/
745 649, 747 649,
746 /**/ 748 /**/
747 648, 749 648,
748 /**/ 750 /**/