diff src/version.c @ 4086:0cbea05f19c7 v7.3.797

updated for version 7.3.797 Problem: Compiler warning for size_t to int conversion. (Skeept) Solution: Add type casts.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 21:56:21 +0100
parents 2c12c4e2fae8
children cdaa688e3ddd
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 */
 /**/
+    797,
+/**/
     796,
 /**/
     795,