diff src/version.c @ 5312:8b5d80861c5e v7.4.009

updated for version 7.4.009 Problem: When a file was not decrypted (yet), writing it may destroy the contents. Solution: Mark the file as readonly until decryption was done. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Aug 2013 17:46:08 +0200
parents b04bdb2c5fce
children bb358cc41d92
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    9,
+/**/
     8,
 /**/
     7,