diff src/version.c @ 4101:2eb4b9ed2d42 v7.3.804

updated for version 7.3.804 Problem: Compiler warning for tiny build. (Tony Mechelynck) Solution: Add #ifdefs around variable.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 18:45:01 +0100
parents 77fa4dee43fc
children dc30c01f9956
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 */
 /**/
+    804,
+/**/
     803,
 /**/
     802,