diff src/version.c @ 5080:d6ceddc0be86 v7.3.1283

updated for version 7.3.1283 Problem: Test 71 fails on MS-Windows. Solution: Put the binary data in a separate file. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 21:00:35 +0200
parents 22ac43fb6d30
children 7b20dc804164
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 */
 /**/
+    1283,
+/**/
     1282,
 /**/
     1281,