diff src/version.c @ 3871:337a4368fd2b v7.3.692

updated for version 7.3.692 Problem: Can't build GTK version with GTK 2.0. Solution: Put GtkFileFilter declaration in the right place. (Yegappan Lakshmanan)
author Bram Moolenaar <bram@vim.org>
date Thu, 18 Oct 2012 05:18:32 +0200
parents 7f10daa706bb
children fd96b3cc88ed
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 */
 /**/
+    692,
+/**/
     691,
 /**/
     690,