diff src/version.c @ 4889:25d64a4edc0b v7.3.1190

updated for version 7.3.1190 Problem: Compiler warning for parentheses. (Christian Wellenbrock) Solution: Change #ifdef.
author Bram Moolenaar <bram@vim.org>
date Fri, 14 Jun 2013 19:15:58 +0200
parents dc78a26f6f64
children 4c42efb4c098
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1190,
+/**/
     1189,
 /**/
     1188,