diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    668,
+/**/
     667,
 /**/
     666,