diff src/version.c @ 3310:60f6df978a41 v7.3.422

updated for version 7.3.422 Problem: Python 3 does not have __members__. Solution: Add "name" and "number" in another way. (lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 Feb 2012 20:17:26 +0100
parents 076003f52582
children b7811ab264bf
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 */
 /**/
+    422,
+/**/
     421,
 /**/
     420,