diff src/version.c @ 4645:c316a30a8892 v7.3.1070

updated for version 7.3.1070 Problem: Vim crashes in Python tests. Compiler warning for unused function. Solution: Disable the tests for now. Move the function.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 15:38:24 +0200
parents 6ec3dada4ad3
children 857f6c53f117
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 */
 /**/
+    1070,
+/**/
     1069,
 /**/
     1068,