diff src/version.c @ 5338:965044860b7f v7.4.022

updated for version 7.4.022 Problem: Deadlock while exiting, because of allocating memory. Solution: Do not use gettext() in deathtrap(). (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 21:41:39 +0200
parents c514693882b9
children 09361f13580b
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 */
 /**/
+    22,
+/**/
     21,
 /**/
     20,