diff src/version.c @ 4926:784e342ddcae v7.3.1208

updated for version 7.3.1208 Problem: Compiler warnings on MS-Windows. Solution: Add type cast. Move variable declaration. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 16:01:25 +0200
parents 6ae32a64e153
children afb00cc8caac
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1208,
+/**/
     1207,
 /**/
     1206,