diff src/version.c @ 5506:9417f4de27a2 v7.4.102

updated for version 7.4.102 Problem: Crash when interrupting "z=". Solution: Add safety check for word length. (Christian Brabandt, Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 17:42:31 +0100
parents ec5d11403c19
children 4db151014f93
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 */
 /**/
+    102,
+/**/
     101,
 /**/
     100,