diff src/version.c @ 5448:9818311eeca0 v7.4.074

updated for version 7.4.074 Problem: When undo'ing all changes and creating a new change the undo structure is incorrect. (Christian Brabandt) Solution: When deleting the branch starting at the old header, delete the whole branch, not just the first entry.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Nov 2013 03:04:11 +0100
parents d0595545e98a
children 829aa8c8449d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    74,
+/**/
     73,
 /**/
     72,