diff src/version.c @ 3947:d08f05285dd1 v7.3.729

updated for version 7.3.729 Problem: Building with Ruby fails on some systems. Solution: Remove "static" and add #ifndef PROTO. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Nov 2012 13:39:00 +0100
parents 233666f85933
children 37a4cacd2051
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    729,
+/**/
     728,
 /**/
     727,