diff src/version.c @ 7052:9ec3329823f9 v7.4.838

commit https://github.com/vim/vim/commit/8060687905bdadc46abb68ee6d40e5660e352297 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 25 21:27:35 2015 +0200 patch 7.4.838 Problem: Can't compile without the crypt feature. (John Marriott) Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Aug 2015 21:30:04 +0200
parents 2ebc20378f68
children 3a1a6d6fb9b3
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 */
 /**/
+    838,
+/**/
     837,
 /**/
     836,