diff src/version.c @ 4409:7b789d337820 v7.3.953

updated for version 7.3.953 Problem: Python: string exceptions are deprecated. Solution: Make vim.error an Exception subclass. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 May 2013 16:04:40 +0200
parents 2a166caf8709
children 1afdb7d21c14
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    953,
+/**/
     952,
 /**/
     951,