diff src/version.c @ 4025:be1cffa1e477 v7.3.767

updated for version 7.3.767 Problem: (Win32) The _errno used for iconv may be the wrong one. Solution: Use the _errno from iconv.dll. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 17 Jan 2013 14:39:47 +0100
parents b5103b7d9e12
children 9ea81cd9b1f5
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 */
 /**/
+    767,
+/**/
     766,
 /**/
     765,