diff src/version.c @ 6751:f5b262981753 v7.4.698

patch 7.4.698 Problem: Various problems with locked and fixed lists and dictionaries. Solution: Disallow changing locked items, fix a crash, add tests. (Olaf Dabrunz)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 16:16:38 +0200
parents 57e81ce74c06
children c1aa837853ea
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 */
 /**/
+    698,
+/**/
     697,
 /**/
     696,