comparison src/version.c @ 5267:585b623a1aa3 v7.4b.010

updated for version 7.4b.010 Problem: Win32: Tcl library load does not use standard mechanism. Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Aug 2013 20:05:32 +0200
parents cd971e951b06
children 7d1f89b27103
comparison
equal deleted inserted replaced
5266:d37fb0ea5c7a 5267:585b623a1aa3
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 10,
730 /**/ 732 /**/
731 9, 733 9,
732 /**/ 734 /**/
733 8, 735 8,
734 /**/ 736 /**/