summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-08-29 14:18:33 +0200
committerBram Moolenaar <Bram@vim.org>2012-08-29 14:18:33 +0200
commitc6c1d8b80236305f7e7b053be8dea63688fa648e (patch)
tree7cbb9d297d35e735090487a7332c34744fa1bebc /src/version.c
parent1c75a03501698b8cd1dcb4fd892bc329302d9533 (diff)
downloadvim-git-7.3.639.tar.gz
updated for version 7.3.639v7.3.639
Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a98779d73..c3dcff189 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 */
/**/
+ 639,
+/**/
638,
/**/
637,