diff src/version.c @ 3194:972bd3fca556 v7.3.367

updated for version 7.3.367 Problem: :wundo and :rundo use a wrong checksum. Solution: Include the last line when computing the hash. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:14:09 +0100
parents 436b42f3cba1
children 4e9c5338f44c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    367,
+/**/
     366,
 /**/
     365,