diff src/version.c @ 4135:688da4d486a0 v7.3.820

updated for version 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Feb 2013 22:19:51 +0100
parents 36fd800b8c6c
children 4936ee89b4bc
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 */
 /**/
+    820,
+/**/
     819,
 /**/
     818,