diff src/version.c @ 3794:0d3238b54963 v7.3.655

updated for version 7.3.655 Problem: 64 bit MingW xpm .a file is missing. Solution: Add the file. (Sergey Khorev)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 18:49:24 +0200
parents 73557eda7027
children a2f61b2b8e77
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    655,
+/**/
     654,
 /**/
     653,