diff src/version.c @ 2613:8fdc12103333 v7.3.035

updated for version 7.3.035 Problem: Stray semicolon after if statement. (Hari G) Solution: Remove the semicolon.
author Bram Moolenaar <bram@vim.org>
date Sun, 24 Oct 2010 14:33:43 +0200
parents fa5dee44df3f
children 56ecdb792c33
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 */
 /**/
+    35,
+/**/
     34,
 /**/
     33,