commit | de6804d871def4d8973ef3ca3eece4155a5c3ab1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 18:33:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 18:33:19 2020 +0200 |
tree | cf002205301ff9bd7b0ef34cf35922a7a331222f | |
parent | 8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364 [diff] [blame] |
patch 8.2.1385: no testing on ARM Problem: No testing on ARM. Solution: Add a test on Travis for ARM. (Ozaki Kiichi, closes #6615)
diff --git a/src/version.c b/src/version.c index 98e4080..ea89d2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1385, +/**/ 1384, /**/ 1383,