From: Bram Moolenaar Date: Wed, 5 Sep 2012 16:49:24 +0000 (+0200) Subject: updated for version 7.3.655 X-Git-Tag: v7.3.655 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e48a2dd3af920d712305e4225454cb2940fb3312;p=thirdparty%2Fvim.git updated for version 7.3.655 Problem: 64 bit MingW xpm .a file is missing. Solution: Add the file. (Sergey Khorev) --- diff --git a/src/version.c b/src/version.c index b3daa7d61c..9deec1739c 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 655, /**/ 654, /**/ diff --git a/src/xpm/x64/lib/libXpm.a b/src/xpm/x64/lib/libXpm.a new file mode 100644 index 0000000000..cd8bb7e8af Binary files /dev/null and b/src/xpm/x64/lib/libXpm.a differ