diff src/version.c @ 5216:947edb6335d1 v7.4a.034

updated for version 7.4a.034 Problem: The tabline may flicker when opening a new tab after 7.3.759 on Win32. Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Jul 2013 21:59:13 +0200
parents fa024ce48542
children 4ceacc1b0054
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    34,
+/**/
     33,
 /**/
     32,