summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 15:16:21 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 15:16:21 +0100
commitdb3fbe5228025b7f87702e74cfbbb5acf01c7c39 (patch)
tree1dab5620094b8a49921d4b9b50f2572ab00cef9d /src/version.c
parent4e3c70d241842d3129d4c4d480c60910029d56af (diff)
downloadvim-git-db3fbe5228025b7f87702e74cfbbb5acf01c7c39.tar.gz
updated for version 7.3.848v7.3.848
Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata)
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 309f656c6..c6ce9c2a9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 848,
+/**/
847,
/**/
846,