commit | 49b10273f0dd1b10e94ea675b18088a27364edbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:17:51 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:17:51 2013 +0100 |
tree | 1c5cea03f74c98ae92614c510744c484c800baed | |
parent | 49b6a57d19e46258c2b4c7fb71a5e78f6a7840d1 [diff] [blame] |
updated for version 7.4.095 Problem: Regexp for LuaJIT version doesn't work on BSD. Solution: Use "*" instead of "\+" and "\?". (Ozaki)
diff --git a/src/version.c b/src/version.c index 66496f8..f4a6069 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 95, +/**/ 94, /**/ 93,