diff src/version.c @ 3284:5cf2a671d8eb v7.3.410

updated for version 7.3.410 Problem: Compiler error for // comment. (Joachim Schmitz) Solution: Turn into /* comment */.
author Bram Moolenaar <bram@vim.org>
date Mon, 23 Jan 2012 20:48:40 +0100
parents 7b59c2c032ca
children 8066fb7e3564
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 */
 /**/
+    410,
+/**/
     409,
 /**/
     408,