diff src/version.c @ 4922:8dd2769ab75c v7.3.1206

updated for version 7.3.1206 Problem: Inconsistent function argument declarations. Solution: Use ANSI style.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 14:25:57 +0200
parents d02448031708
children 6ae32a64e153
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 */
 /**/
+    1206,
+/**/
     1205,
 /**/
     1204,