diff src/version.c @ 4041:a6e60677aea7 v7.3.775

updated for version 7.3.775 Problem: Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 13:55:20 +0100
parents a8f5876e4981
children 80b041b994d1
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 */
 /**/
+    775,
+/**/
     774,
 /**/
     773,