diff src/version.c @ 4105:f7e3f87ac992 v7.3.806

updated for version 7.3.806 Problem: Compiler warnings in Perl code when building with Visual studio 2012. (skeept) Solution: Add type casts. (Christian Brabandt, 2013 Jan 30)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 19:58:43 +0100
parents dc30c01f9956
children 1efc30385c41
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 */
 /**/
+    806,
+/**/
     805,
 /**/
     804,