diff src/version.c @ 2829:71e1da07e141 v7.3.189

updated for version 7.3.189 Problem: Can't build without +clipboard feature. (Christian Ebert) Solution: Add the missing #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 17:29:33 +0200
parents f2e1c3a90a3b
children 30b7cde21940
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 */
 /**/
+    189,
+/**/
     188,
 /**/
     187,