diff src/version.c @ 2580:06aa43dde561 v7.3.006

updated for version 7.3.006 Problem: Can't build some multi-byte code with C89. Solution: Move code to after declarations. (Joachim Schmitz)
author Bram Moolenaar <bram@vim.org>
date Sat, 18 Sep 2010 13:36:49 +0200
parents 1c00ea3641a8
children 2cdbc91795ca
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    6,
+/**/
     5,
 /**/
     4,