commit | 3e2d1c8cd61ca073e680f3b221ce887e05ba39cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 20:35:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 20:35:01 2019 +0100 |
tree | 36306622622f5927706a1b9effe4a72870b3414e | |
parent | 09dd2bb3364cc8fb5a8f2507bc2f4ceba481db3d [diff] [blame] |
patch 8.2.0008: test72 is old style Problem: Test72 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)
diff --git a/src/version.c b/src/version.c index 6c31de8..a45bb16 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 8, +/**/ 7, /**/ 6,