diff src/version.c @ 6749:57e81ce74c06 v7.4.697

patch 7.4.697 Problem: The filename used for ":profile" must be given literally. Solution: Expand "~" and environment variables. (Marco Hinz)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 15:37:56 +0200
parents 4c4c8a53347b
children f5b262981753
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    697,
+/**/
     696,
 /**/
     695,