commit | 9421bdc2cd7cdcd801bcde4d41ea0a2c60b66199 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 20:17:12 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 20:17:12 2013 +0100 |
tree | 2de5819b77a2f6c4131c3a3ecb4d2ea310268ff9 | |
parent | 4b60a6cdb3982d93837e8f285c3b7443c79abcd0 [diff] [blame] |
updated for version 7.4.093 Problem: Configure can't use LuaJIT on ubuntu 12.04. Solution: Adjust the configure regexp that locates the version number. (Charles Strahan)
diff --git a/src/version.c b/src/version.c index 24a3e8b..9552bba 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 93, +/**/ 92, /**/ 91,