diff src/version.c @ 6571:75238dbe8543 v7.4.612

updated for version 7.4.612 Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 16:07:47 +0100
parents 7fa1a7359a56
children ffba266e064d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    612,
+/**/
     611,
 /**/
     610,