diff src/version.c @ 5082:7b20dc804164 v7.3.1284

updated for version 7.3.1284 Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 21:08:48 +0200
parents d6ceddc0be86
children 14e7a115d54d
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 */
 /**/
+    1284,
+/**/
     1283,
 /**/
     1282,