diff src/version.c @ 5573:0defb460a0eb v7.4.134

updated for version 7.4.134 Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Jan 2014 15:45:10 +0100
parents 6a28a9cf5153
children 1aeb7f4d6527
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 */
 /**/
+    134,
+/**/
     133,
 /**/
     132,