diff src/version.c @ 6878:02466bf84bab v7.4.759

patch 7.4.759 Problem: Building with Lua 5.3 doesn't work, symbols have changed. Solution: Use the new names for the new version. (Felix Schnizlein)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 18:27:32 +0200
parents 4ece46045a5a
children bcc0909b379e
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 */
 /**/
+    759,
+/**/
     758,
 /**/
     757,