diff src/version.c @ 6037:771b97ba3b47 v7.4.358

updated for version 7.4.358 Problem: Sort is not always stable. Solution: Add an index instead of relying on the pointer to remain the same. Idea by Jun Takimoto.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 17:51:51 +0200
parents 4eedfc4911a1
children 182c7b987283
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    358,
+/**/
     357,
 /**/
     356,