diff src/version.c @ 5784:a44087db7238 v7.4.236

updated for version 7.4.236 Problem: It's not that easy to check the Vim patch version. Solution: Make has("patch-7.4.123") work. (partly by Marc Weber)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 22:08:54 +0200
parents 5ab2946f7ce5
children 71b165a378ad
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    236,
+/**/
     235,
 /**/
     234,