diff src/version.c @ 4333:f39af3419570 v7.3.916

updated for version 7.3.916 Problem: Using freed memory when pasting with the mouse (Issue 130). Solution: Get the byte value early. (hint by Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 16:52:36 +0200
parents d8053e6bf72a
children 3887b02953ce
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    916,
+/**/
     915,
 /**/
     914,