diff src/version.c @ 3576:8625e38066db v7.3.548

updated for version 7.3.548 Problem: Compiler warning on 64 bit Windows. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jun 2012 21:09:39 +0200
parents 4f4db5d661c4
children c0c935956ac3
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 */
 /**/
+    548,
+/**/
     547,
 /**/
     546,