diff src/version.c @ 5454:53bc55e58fef v7.4.077

updated for version 7.4.077 Problem: DOS installer creates shortcut without a path, resulting in the current directory to be C:\Windows\system32. Solution: Use environment variables.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Nov 2013 04:49:27 +0100
parents 8f0c264db1e7
children 5c3064feddd7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    77,
+/**/
     76,
 /**/
     75,