diff src/version.c @ 3881:7c72b5f7ada1 v7.3.697

updated for version 7.3.697 Problem: Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 01:40:30 +0200
parents 447c688b82eb
children b5b892472ecb
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 */
 /**/
+    697,
+/**/
     696,
 /**/
     695,