summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-21 12:17:51 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-21 12:17:51 +0100
commit49b10273f0dd1b10e94ea675b18088a27364edbd (patch)
tree1c5cea03f74c98ae92614c510744c484c800baed /src/version.c
parent49b6a57d19e46258c2b4c7fb71a5e78f6a7840d1 (diff)
downloadvim-git-49b10273f0dd1b10e94ea675b18088a27364edbd.tar.gz
updated for version 7.4.095v7.4.095
Problem: Regexp for LuaJIT version doesn't work on BSD. Solution: Use "*" instead of "\+" and "\?". (Ozaki)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 66496f8eb..f4a60690a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 95,
+/**/
94,
/**/
93,