summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-09-05 18:49:24 +0200
committerBram Moolenaar <Bram@vim.org>2012-09-05 18:49:24 +0200
commite48a2dd3af920d712305e4225454cb2940fb3312 (patch)
tree4d275eb6dade23ed2707c1ac52907036dcc78b78
parent231e1a17232a6d396266194efad53259e7d05ff1 (diff)
updated for version 7.3.655v7.3.655
Problem: 64 bit MingW xpm .a file is missing. Solution: Add the file. (Sergey Khorev)
-rw-r--r--src/version.c2
-rw-r--r--src/xpm/x64/lib/libXpm.abin0 -> 73758 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b3daa7d61c..9deec1739c 100644
--- 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 */
/**/
+ 655,
+/**/
654,
/**/
653,
diff --git a/src/xpm/x64/lib/libXpm.a b/src/xpm/x64/lib/libXpm.a
new file mode 100644
index 0000000000..cd8bb7e8af
--- /dev/null
+++ b/src/xpm/x64/lib/libXpm.a
Binary files differ