diff src/version.c @ 3689:acd91c9741a6 v7.3.604

updated for version 7.3.604 Problem: inputdialog() doesn't use the cancel argument in the console. (David Fishburn) Solution: Use the third argument. (Christian Brabant)
author Bram Moolenaar <bram@vim.org>
date Mon, 16 Jul 2012 19:27:29 +0200
parents 085f14642fe8
children 4873d9c4ad3b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    604,
+/**/
     603,
 /**/
     602,