diff src/version.c @ 2801:94f42ae4e4e6 v7.3.176

updated for version 7.3.176 Problem: Ruby linking doesn't work properly on Mac OS X. Solution: Fix the configure check for Ruby. (Bjorn Winckler)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 May 2011 18:10:16 +0200
parents 537e0102c0f9
children 66f2d62271fe
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 */
 /**/
+    176,
+/**/
     175,
 /**/
     174,