diff src/version.c @ 4509:b498224f5b41 v7.3.1002

updated for version 7.3.1002 Problem: Valgrind errors for Python interface. Solution: Fix memory leaks when running tests. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 22:13:41 +0200
parents 9dbbddb2ed10
children ce94a870b59b
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 */
 /**/
+    1002,
+/**/
     1001,
 /**/
     1000,