diff src/version.c @ 3900:d0ae72c2f5f9 v7.3.706

updated for version 7.3.706 Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 21:25:22 +0200
parents 0aa74f2f50a8
children d24d309c365f
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 */
 /**/
+    706,
+/**/
     705,
 /**/
     704,