diff src/version.c @ 2083:24eb7921b8f0 v7.2.367

updated for version 7.2.367 Problem: "xxd -r -p" doesn't work as documented. Solution: Skip white space. (James Vega)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 17 Feb 2010 18:28:41 +0100
parents 8ca3c9ad0bee
children 4bac7ed34007
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    367,
+/**/
     366,
 /**/
     365,