diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    650,
+/**/
     649,
 /**/
     648,