diff src/version.c @ 5426:9cedb4dfd4c8 v7.4.063

updated for version 7.4.063 Problem: Crash when using invalid key in Python dictionary. Solution: Check for object to be NULL. Add tests. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 Nov 2013 00:34:53 +0100
parents d59a0b8e5584
children d06223965468
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    63,
+/**/
     62,
 /**/
     61,