diff src/version.c @ 4643:6ec3dada4ad3 v7.3.1069

updated for version 7.3.1069 Problem: Python: memory leaks. Solution: Python patch 28: Purge out DICTKEY_CHECK_EMPTY macros. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 14:52:37 +0200
parents 59e6c2bd68e3
children c316a30a8892
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 */
 /**/
+    1069,
+/**/
     1068,
 /**/
     1067,