comparison src/version.c @ 3820:dde6d0216a08 v7.3.668

updated for version 7.3.668 Problem: Building with Perl loaded dynamically still uses static library. Solution: Adjust use of PL_thr_key. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Sep 2012 12:50:51 +0200
parents cd36c0fed43e
children 2b3b7b483708
comparison
equal deleted inserted replaced
3819:5c3d6550e42d 3820:dde6d0216a08
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 668,
722 /**/ 724 /**/
723 667, 725 667,
724 /**/ 726 /**/
725 666, 727 666,
726 /**/ 728 /**/