diff src/version.c @ 2657:2a9d26c95a2a v7.3.077

updated for version 7.3.077 Problem: When updating crypt of swapfile fails there is no error message. (Carlo Teubner) Solution: Add the error message.
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 13:17:03 +0100
parents 4549e0e7fbb6
children b93a3fc3897b
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 */
 /**/
+    77,
+/**/
     76,
 /**/
     75,