diff src/version.c @ 4164:3ac9d7d8274e v7.3.834

updated for version 7.3.834 Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 13:41:35 +0100
parents b97109760603
children d356b5ce84ce
line wrap: on
line diff
--- 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 */
 /**/
+    834,
+/**/
     833,
 /**/
     832,