commit | 01a6c21691631ee55744a1799a9725e5d6521cf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 03 13:13:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 03 13:13:18 2019 +0100 |
tree | 89aaadbc807a82687433ca09898506c7b0fee178 | |
parent | 889da2f2438c8168f9a25dc776360b81109bad44 [diff] [blame] |
patch 8.1.0869: Travis CI script is too complicated Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)
diff --git a/src/version.c b/src/version.c index 1a2e2be..6da6bea 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 869, +/**/ 868, /**/ 867,