comparison 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
comparison
equal deleted inserted replaced
5505:1a5dafa45c82 5506:9417f4de27a2
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 102,
741 /**/ 743 /**/
742 101, 744 101,
743 /**/ 745 /**/
744 100, 746 100,
745 /**/ 747 /**/