diff src/version.c @ 6003:8dcc6f142460 v7.4.342

updated for version 7.4.342 Problem: Clang gives warnings. Solution: Add an else block. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 17:44:49 +0200
parents adc4a84f72eb
children 539ce56d8f35
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    342,
+/**/
     341,
 /**/
     340,