diff src/version.c @ 6270:a6f5a4ac4d46 v7.4.469

updated for version 7.4.469 Problem: Can't build with MSVC. (Ken Takata) Solution: Move the assignment after the declarations.
author Bram Moolenaar <bram@vim.org>
date Thu, 09 Oct 2014 14:48:30 +0200
parents 4f7f236d773d
children 9d5b8b015e5f
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 */
 /**/
+    469,
+/**/
     468,
 /**/
     467,