comparison src/version.c @ 5462:42927712b3d9 v7.4.081

updated for version 7.4.081 Problem: Wrong logic when ANALYZE is "yes". Solution: Use or instead of and. (KF Leong)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 02:32:18 +0100
parents c5166fa10464
children 9c777e2c7024
comparison
equal deleted inserted replaced
5461:6dca6ae28194 5462:42927712b3d9
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 81,
741 /**/ 743 /**/
742 80, 744 80,
743 /**/ 745 /**/
744 79, 746 79,
745 /**/ 747 /**/