commit | 1eceadaf481e34ed8155011534159775697ce884 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 20:14:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 20:14:56 2016 +0200 |
tree | 9702813aaebc0ea9b0c213265be56ab61a0c360f | |
parent | c79d6aa01d86cd98cffddc80825c1c600e833bbf [diff] [blame] |
patch 8.0.0014 Problem: Crypt tests are old style. Solution: Convert to new style.
diff --git a/src/version.c b/src/version.c index 0fe28ca..cf9b198 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 14, +/**/ 13, /**/ 12,