diff src/version.c @ 5492:acbe5414cb7f v7.4.095

updated for version 7.4.095 Problem: Regexp for LuaJIT version doesn't work on BSD. Solution: Use "*" instead of "\+" and "\?". (Ozaki)
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 12:17:51 +0100
parents 68b5f8abca93
children 645358801356
line wrap: on
line diff
--- 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,