diff src/version.c @ 3822:2b3b7b483708 v7.3.669

updated for version 7.3.669 Problem: When building with Cygwin loading Python dynamically fails. Solution: Use DLLLIBRARY instead of INSTSONAME. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Sep 2012 13:26:49 +0200
parents dde6d0216a08
children 2bf8c00741f7
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 */
 /**/
+    669,
+/**/
     668,
 /**/
     667,