diff src/version.c @ 6887:2b7e36955265 v7.4.763

patch 7.4.763 Problem: Building with Lua 5.1 doesn't work. Solution: Define lua_replace and lua_remove. (KF Leong)
author Bram Moolenaar <bram@vim.org>
date Sat, 27 Jun 2015 18:36:16 +0200
parents ce209c5103a3
children 9d41289b5512
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 */
 /**/
+    763,
+/**/
     762,
 /**/
     761,