diff src/version.c @ 4047:562bbee33aa4 v7.3.778

updated for version 7.3.778 Problem: Compiler error for adding up two pointers. (Titov Anatoly) Solution: Add a type cast. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 16:19:23 +0100
parents 9a1a4c486e6b
children 2067ed78d37c
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 */
 /**/
+    778,
+/**/
     777,
 /**/
     776,