comparison 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
comparison
equal deleted inserted replaced
5783:35ad6f826f0a 5784:a44087db7238
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 236,
737 /**/ 739 /**/
738 235, 740 235,
739 /**/ 741 /**/
740 234, 742 234,
741 /**/ 743 /**/