comparison 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
comparison
equal deleted inserted replaced
5491:58bcf8fa172f 5492:acbe5414cb7f
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 95,
741 /**/ 743 /**/
742 94, 744 94,
743 /**/ 745 /**/
744 93, 746 93,
745 /**/ 747 /**/