diff src/version.c @ 5240:da95a7f1d5a8 v7.4a.045

updated for version 7.4a.045 Problem: Configure does not always find the right library for Lua. Missing support for LuaJit. Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 13:32:15 +0200
parents 647596ab1ae2
children f0361e297d9c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    45,
+/**/
     44,
 /**/
     43,