diff src/version.c @ 2797:820f12659c50 v7.3.174

updated for version 7.3.174 Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 May 2011 17:24:27 +0200
parents 133d089f247e
children 537e0102c0f9
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 */
 /**/
+    174,
+/**/
     173,
 /**/
     172,