diff src/version.c @ 4425:d5177d5ece0c v7.3.961

updated for version 7.3.961 Problem: Tests 86 and 87 fail when using another language than English. Solution: Set the language to C in the test. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 16 May 2013 20:47:56 +0200
parents e67522c4f566
children 0a94ac379769
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 */
 /**/
+    961,
+/**/
     960,
 /**/
     959,