diff src/version.c @ 2650:ef3a3ec8940c v7.3.070

updated for version 7.3.070 Problem: Can set environment variables in the sandbox, could be abused. Solution: Disallow it.
author Bram Moolenaar <bram@vim.org>
date Thu, 02 Dec 2010 14:48:14 +0100
parents b2789846ed39
children b254cfdd7405
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    70,
+/**/
     69,
 /**/
     68,