diff src/version.c @ 4082:17a312ba38a0 v7.3.795

updated for version 7.3.795 Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 17:41:50 +0100
parents 9867f92c9b9f
children 2c12c4e2fae8
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 */
 /**/
+    795,
+/**/
     794,
 /**/
     793,