diff src/version.c @ 4033:3bd2c055319e v7.3.771

updated for version 7.3.771 Problem: Uninitialized variable. (Yasuhiro Matsumoto) Solution: Set x2 to -1.
author Bram Moolenaar <bram@vim.org>
date Thu, 17 Jan 2013 17:37:35 +0100
parents da7a7ba36ed2
children d828cab6964f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    771,
+/**/
     770,
 /**/
     769,