diff src/version.c @ 2710:2d9eebf2c48f v7.3.126

updated for version 7.3.126 Problem: Compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf().
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 14:42:45 +0100
parents e44523d45bf5
children 0c39ff7a90a8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    126,
+/**/
     125,
 /**/
     124,