diff src/version.c @ 5515:de9a01851ebd v7.4.106

updated for version 7.4.106 Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 16:32:38 +0100
parents eed95874f30e
children 064e2a080e2e
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 */
 /**/
+    106,
+/**/
     105,
 /**/
     104,