diff src/version.c @ 2939:3d96ddbeb3b0 v7.3.242

updated for version 7.3.242 Problem: Illegal memory access in after_pathsep(). Solution: Check that the pointer is not at the start of the file name. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jul 2011 17:15:33 +0200
parents 0a650db02653
children 512ddd87f1a8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    242,
+/**/
     241,
 /**/
     240,