diff src/version.c @ 3282:7b59c2c032ca v7.3.409

updated for version 7.3.409 Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:13:59 +0100
parents 1fec3c62f6e8
children 5cf2a671d8eb
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 */
 /**/
+    409,
+/**/
     408,
 /**/
     407,