diff src/version.c @ 4126:2b340e5c5baa v7.3.816

updated for version 7.3.816 Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Feb 2013 17:35:04 +0100
parents 448a6e7cf32e
children 01fa9313d4b5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    816,
+/**/
     815,
 /**/
     814,