diff src/version.c @ 2815:e4403440e192 v7.3.183

updated for version 7.3.183 Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 15:42:03 +0200
parents 21346361ce6c
children b941cc96926a
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 */
 /**/
+    183,
+/**/
     182,
 /**/
     181,