diff src/version.c @ 3147:7ba2f171cdac v7.3.344

updated for version 7.3.344 Problem: Problem with GUI startup related to XInitThreads. Solution: Use read() and write() instead of fputs() and fread(). (James Vega)
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 21:28:01 +0200
parents 98a05814f1b4
children 35f098371af6
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 */
 /**/
+    344,
+/**/
     343,
 /**/
     342,