diff src/version.c @ 3850:8eb5b61161b4 v7.3.682

updated for version 7.3.682 Problem: Compiler complains about incompatible types. Solution: Remove type casts. (hint by Danek Duvall)
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Oct 2012 22:38:37 +0200
parents a2fe24ec6a0d
children 0f5ee2629635
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    682,
+/**/
     681,
 /**/
     680,