diff src/version.c @ 4225:a82ef37d38c0 v7.3.864

updated for version 7.3.864 Problem: Can't build without the mouse feature. Solution: Add an #ifdef. (Ike Devolder)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Mar 2013 21:35:33 +0100
parents 5c0652f455c9
children 94342b0605fb
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 */
 /**/
+    864,
+/**/
     863,
 /**/
     862,