diff src/version.c @ 3889:48af86560945 v7.3.701

updated for version 7.3.701 Problem: MS-Windows: Crash with stack overflow when setting 'encoding'. Solution: Handle that loading the iconv library may be called recursively. (Jiri Sedlak)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 02:37:10 +0200
parents c656847932d3
children 916b5c11a13e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    701,
+/**/
     700,
 /**/
     699,